home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / ALLBOT4.ZIP / VERSIONS.TXT < prev    next >
Text File  |  1996-12-09  |  120KB  |  2,621 lines

  1. 09/12/96 - mIRC v4.7
  2.  
  3. Fixes/Additions:
  4. 1.Fixed time bug (?)
  5. 2.ISON now displays a message if user doesn't exist.
  6. 3.Fixed small DDE problem.
  7. 4.Fixed mIRC defaulting to port 6667 when reconnecting
  8.   to a server.
  9. 5.DCC Send/Get window titlebar now immediately displays 0% at
  10.   start of transfer, and only displays 100% when transfer is
  11.   completely finished (was rounding up to 100% before).
  12. 6.Fixed small bug in fserve dcc send.
  13. 7.Fixed /beep command.
  14. 8.Bytes/Size display in alias/popup/remote windows are now
  15.   updated only a few times a second to decrease flicker.
  16. 9.Finished reorganizing identifiers-related code.
  17. 10.Fixed $away updating after you disconnect and reconnect.
  18. 11.Fixed Text Assist bug (?)
  19. 12.Can now do /sound [on|off] to enable/disable sound requests.
  20. 13.Added $server(N).property identifier to access servers list.
  21.    $server(N)        address.
  22.    $server(N).desc   description
  23.    $server(N).port   port
  24.    $server(N).group  group
  25. 14.Added $ial(mask,N) identifier to acces IAL.
  26.    $ial(mask,N)      full address.
  27.    $ial(mask,N).nick nickname
  28.    $ial(mask,N).user user id
  29.    $ial(mask,N).host host
  30.    $ial(mask,N).addr user@host
  31.    This returns the Nth address matching "mask" in the IAL.
  32.    Specify zero for total number of matching addresses. To
  33.    scan the whole of the IAL you can use $ial(*,N). If N is
  34.    zero, the total number of matching entries is returned.
  35. 15.[removed]
  36. 16.Added /identd [on|off] [userid] command.
  37. 17.Fixed bug in /ignore address matching.
  38. 18.Can now use [type] parameter with /auto to look up
  39.    users address (like ignore).
  40. 19.Channels, Notify, and Url list listboxes now have a horizontal
  41.    scroll bar added to them.
  42. 20.Added $url(N).property identifier to access urls list.
  43.    $url(N)        address
  44.    $url(N).desc   description
  45.    $url(N).group  group
  46. 21.When using /sound and /wavplay, the Waves directory and ALL of
  47.    its subdirectories are searched for the specifed wave filename.
  48.    This allows users to organize their sounds into subdirectories
  49.    without having to worry about directory paths.
  50. 22.Added 1:ON DNS:/echo $nick $iaddress $naddress $raddress event.
  51.    If /dns <nick> was used then $nick refers to <nick> otherwise
  52.    it refers to your own nickname. $iaddress refers to the ip
  53.    address, and $naddress refers to the named address. $raddress
  54.    is the resolved address. If $raddress is $null then that means
  55.    that the address could not be resolved.
  56. 23.Fixed @ (must be channel Op) prefix for remote definitions
  57.    preventing a definition from being performed if the event is
  58.    not a channel event. eg. @1:ON TEXT:*:*:/etc. which reacts
  59.    to private messages as well as channel messages.
  60. 24.Added $idle identifier which returns same idle time as that
  61.    returned by ctcp USERINFO or FINGER.
  62. 25.Added $numeric identifier which refers to the number of the
  63.    raw event that matched a remote definition.
  64. 26.[removed]
  65. 27.Ctcp ping reply now displays ping time in hr/min/sec format.
  66. 28.Fixed memory bug in Tab display routine, also improved display
  67.    of tabs slightly.
  68. 29.Added 1:ON ERROR:*text*:/echo $parms event.
  69. 30.Added Extension<->directory association in DCC Options dialog.
  70. 31.Fixed empty line in editboxes in options dialog causing
  71.    following lines to be lost.
  72. 32.DCC Get dialog now displays listbox of directories from the
  73.    extension associations for quick directory selection for
  74.    miscellaneous file types.
  75. 33.Servers.ini file is reloaded each time the Setup window is
  76.    opened to make sure that any changes made to it externally
  77.    are available. eg. if someone downloads a servers.ini file.
  78. 34.Now allows you to configure a separate Popup menu for use
  79.    in a channel window. If no channel popup menu is defined it
  80.    defaults to using the status window popup menu in a channel.
  81. 35.When marking text for copying, the marked block is not cleared
  82.    if new text is printed in the window, instead the scrollbar
  83.    is updated to indicate there is new text below. If you were
  84.    at the bottom of the buffer when you started copying, mIRC
  85.    will automatically scroll down to the bottom of the buffer
  86.    after you finish copying.
  87. 36.I added an /echo -a switch which echos to the active window.
  88.    If the active window is not a status, channel, or query/chat
  89.    window, it defaults to the status window.
  90. 37.For remote events that have no associated $chan value, $chan
  91.    refers to a channel that both you and the user that triggered
  92.    the event are on, on which you are an Op.
  93. 38.Fixed small bug with /set.
  94. 39.Can now do /log [on|off] [windowname].
  95. 40.If a user hasn't entered a UserID for the Identd server or if
  96.    their current userid contains invalid characters, mIRC asks
  97.    them for a new userid. Permitted characters:
  98.  
  99.       .    (0x2E)
  100.       0-9  (0x30-0x39)
  101.       A-Z  (0x41-0x5A)
  102.       _    (0x5F)
  103.       a-z  (0x61-0x7A)
  104.  
  105. 41.Added $wildsite remote identifier which returns the address of
  106.    the user who triggered the event in the form *!*@host.domain,
  107.    added mainly to speed things up since *!* $+ $site is used a lot.
  108. 42.Added /perform [on|off] command to turn on/off perform section.
  109. 43.Speeded up text display routine slightly.
  110. 44.Added $ticks identifier which returns the number of ticks
  111.    since your O/S was first started.
  112. 45.Ignoring CTCPs doesn't ignore actions anymore.
  113. 46.Added double-click alias option for Notify window.
  114. 47.Now using a new indexing method to speed up alias, popup, and
  115.    remote script processing.
  116. 48.Using an /if as the first command in a $read line now works.
  117. 49.In channel windows, Shift-TAB now switches the focus between
  118.    the editbox and the nicknames listbox.
  119. 50.Control-Shift-Tab now cycles through channel windows.
  120. 51.Server notices are now displayed in purple.
  121. 52.Added "Timestamp" switch to window system menus.
  122. 53.mIRC now ignores dcc sends/chats to port 19.
  123. 54.Fixed window focus problem when mdi/non-mdi windows open (?)
  124. 55.Can raise a number to the power of another using ^ operator.
  125.    eg. set %x 2 ^ 8
  126. 56."End of /who list" now displays who you were doing a /who on.
  127. 57.Now handles DALnets 310 numeric.
  128. 58.Added skip MOTD on connect switch.
  129. 59.Modified Event Beeps interface a bit.
  130. 60.Speeded up variable lookup routine and [] processing.
  131. 61.Rewrote text mark/copy routine.
  132. 62./timestamp [-a|e|s] [on|off] [window] is now used for turning
  133.    on/off timestamping in windows. If only on/off is specified
  134.    with no window, the global timestamp switched is turned on/off.
  135.    -s = for status window
  136.    -a = for active window
  137.    -e = for every window
  138. 63.For ctcp commands, $chan is now filled with a channel name if
  139.    you received the ctcp via a channel.
  140. 64./flood now ignores *!*@site.
  141. 65.$active identifier now returns window names more intelligently.
  142. 66./return can now return both numbers and text.
  143. 67.For servers that specify who placed a ban in the ban list, mIRC
  144.    now displays this info in the /channel dialog ban list.
  145. 68.$server now returns $null if you are not currently connected
  146.    to a server.
  147. 69.Added $fserv(N), improved $chat(N), $get(N), $send(N).
  148.  
  149.     $chat(N)           nickname
  150.     $chat(N).ip        ip address
  151.     $chat(N).status    active, waiting, inactive
  152.  
  153.     $fserv(N)          nickname
  154.     $fserv(N).ip       ip address
  155.     $fserv(N).status   active, waiting, inactive
  156.     $fserv(N).cd       current directory
  157.  
  158.     $get(N)            nickname
  159.     $get(N).ip         ip address
  160.     $get(N).status     active, waiting, inactive
  161.     $get(N).file       filename
  162.     $get(N).size       filesize
  163.     $get(N).rcvd       bytes rcvd
  164.     $get(N).cps        chars per second
  165.     $get(N).pc         percent complete
  166.  
  167.     $send(N)           nickname
  168.     $send(N).ip        ip address
  169.     $send(N).status    active, waiting, inactive
  170.     $send(N).file      filename
  171.     $send(N).size      filesize
  172.     $send(N).sent      bytes sent
  173.     $send(N).lra       last rcvd ack
  174.     $send(N).cps       chars per second
  175.     $send(N).pc        percent complete
  176.  
  177. 70.Can now create your own identifiers, eg. in the aliases section
  178.    create an alias:
  179.  
  180.      add { %x = $1 + $2 | return %x }
  181.  
  182.    And then use it in a command //echo Total is: $add(4,21)
  183.    Can define as many parameters as you want: $add(1,2,...,N).
  184.    Built-in identifiers of the same name have priority.
  185. 71.Added "default port" setting to setup/options dialog.
  186. 72.Can now use /timer [-o] etc. to start an offline timer. Offline
  187.    timers are not stopped if you are disconnected from the server,
  188.    however all other timers are. If you are not connected to a server
  189.    and you try to start a timer, it defaults to being an offline timer.
  190. 73.Chat and Query MDI switches are now separate.
  191. 74.Alias, Popup, and Remote editboxes now remember their cursor
  192.    line positions and jump to them automatically for each window.
  193. 75.Added "Desktop" switch to a window's system menu to toggle mdi/
  194.    desktop display of the window.
  195. 76.Can now specify a window name with /clear [window].
  196. 77.If an address that is in the auto-unban list of the /ban command
  197.    is unbanned manually, it is removed from the unban list.
  198. 78.PONGs from users are now ignored.
  199. 79.Using new method to lookup Local Host and IP Address. mIRC now
  200.    connects directly to server and issues a /userhost nickname to
  201.    lookup users address and then does a /dns to resolve the IP
  202.    address. This means that a user isn't prevented from connecting
  203.    to a server if there are any local host lookup problems and it
  204.    also means mIRC will be using a named address that has been
  205.    verified by the IRC server so there should be no problem looking
  206.    up the IP address. The DCC Send/Chat toolbar buttons are enabled
  207.    the moment the lookup is completed successfully.
  208. 80.Now uses /userhost instead of /whois to look up addresses from
  209.    the server.
  210. 81.The /run command now uses a different method to run files, it
  211.    allows you to run files based on association as well.
  212.      eg: /run notepad.exe readme.txt   or   /run readme.txt
  213.    It also uses this new method to view .txt files in the help
  214.    menu as well as in other parts of mIRC.
  215. 82.Can now do /who <channel> <address> and only users on the
  216.    specified channel are displayed.
  217. 83.Fixed bug with variable not being evaluated if preceeded by
  218.    the text "set" in a line.
  219. 84.Now also using new faster indexing method for IAL.
  220. 85.Fixed empty [ ] brackets gpfing.
  221. 86.Servers are no longer stored in memory but are looked up
  222.    when needed from the servers.ini file.
  223. 87.DCC Send/Get completion info printed in status window now
  224.    also includes time taken and cps.
  225. 88.Fixed "error sending data" message at end of dcc send.
  226. 89.Variables can handle spaces a bit better now eg. single
  227.    spaces, preceeding spaces, etc.
  228. 90.Fixed "fake" PONG messages being displayed.
  229. 91.Added support for bold/underline/reverse characters. Can
  230.    use Ctrl-B,U,R to insert these characters into an editbox.
  231.    If you first mark text in the editbox, it will be enclosed
  232.    in starting and ending control characters, otherwise one code
  233.    will be inserted. If you hold down the shift-key, two codes
  234.    are inserted and the cursor positioned between them. You can
  235.    also use Control-O to insert a reset character which turns off
  236.    all the above settings.
  237. 92.Added support for colour characters, use Control-K to insert
  238.    a colour control char (0x03) into text in an editbox.
  239.  
  240.    eg. if * is the control char then:
  241.  
  242.     *     Selects Default Text and Background
  243.     *1    Selects Color 1 for Text, Default Background
  244.     *1,5  Selects Color 1 for Text, Color 5 for Background
  245.  
  246.    Colours currently range from 0 to 15.
  247. 93.Added flood protect options tab to options dialog.
  248. 94.For an ON QUIT event, a users name is now removed from
  249.    all channel listboxes *after* this remote event has been
  250.    processed, not before it.
  251. 95.Added $strip(text) identifier which strips out all bold,
  252.    underline, reverse, and colour control codes from text.
  253. 96.File dialog defaults to showing ini, txt, or wav files
  254.    depending on file being selected.
  255. 97.Fixed multiple IRCop-greeting bug thingy.
  256. 98.Fixed notify update bug.
  257. 99.Fixed ON TEXT $chan being filled with users nickname when
  258.    trigger is a private message.
  259. 100.Added a switchbar to allow easy switching between windows.
  260.     If you click on a button with the left mouse button and
  261.     the window is minimized, it is restored, if it is already
  262.     restored, it is minimized. If you click with the right mouse
  263.     button, the windows system menu pops up. You can turn the
  264.     switchbar on/off in Options/Extras dialog.
  265. 101./ban won't allow you to initiate a ban if you don't have Ops.
  266. 102./amsg and /ame now don't send an individual message for each
  267.     channel etc.
  268. 103.Page up/down now works in channel listbox.
  269. 104.Channels dialog, "Limited to" option allows more digits.
  270. 105.ctcp ECHO is no longer replied to.
  271. 106.ctcp PING no longer replies to non-numeric values and numeric
  272.     values longer than 25 characters.
  273. 107.Added $usermode identifier.
  274. 108.Channel topics are now stripped of control characters.
  275. 109.ON MODE event has changed format to:
  276.  
  277.     1:ON MODE:#channel:/commands...
  278.  
  279.     And it no longer enforces modes. $parms is now filled with
  280.     the mode change that was made.
  281. 110.Under a 256 color display the orange color appears light brown
  282.     instead of orange, all other colors should look exactly the
  283.     same under different color displays.
  284. 111.Fixed ON BAN double-wildcard-string-matching. Was giving false
  285.     matches in certain situations eg. * at end of a string.
  286. 112.Changed ordering of masks to:
  287.  
  288.     Type 0: *!user@host.domain
  289.     Type 1: *!*user@host.domain
  290.     Type 2: *!*@host.domain
  291.     Type 3: *!*user@*.domain
  292.     Type 4: *!*@*.domain
  293.     Type 5: Nick!user@host.domain
  294.     Type 6: Nick!*user@host.domain
  295.     Type 7: Nick!*@host.domain
  296.     Type 8: Nick!*user@*.domain
  297.     Type 9: Nick!*@*.domain
  298.  
  299.     The mask types for all routines and identifiers are now identical.
  300.     /guser /dns etc. commands all default to type 6 which is the same
  301.     mask as before.
  302. 113.When mIRC is in the process of doing a channel listing and it
  303.     receives a "server load to high" numeric 263, it now resets the
  304.     channels list button and other related parameters.
  305. 114.Ignores DCCs to a channel.
  306. 115./userhost with no reply is now displayed.
  307. 116.Added "on top" option for switchbar.
  308. 117.Added $duration(seconds) identifier.
  309. 118.Added $nofile(filename) which removes the filename and
  310.     only returns any remaining path.
  311. 119.Added $findfile(dir,filename) which searches the specified
  312.     directory and its subdirectories for the specified file and
  313.     returns the full path and filename if it is found.
  314. 120.Added /ial [on|off] command.
  315. 121.Added token handling identifiers:
  316.  
  317.     $addtok(text,token,C)     - adds a token to the end of text but
  318.                                 only if it's not already in text.
  319.     $findtok(text,token,C)    - returns Nth position of token in text
  320.     $gettok(text,N,C)         - returns Nth token in text
  321.     $instok(text,token,N,C)   - inserts token into Nth position in text
  322.                                 even if it already exists in text.
  323.     $remtok(text,token,C)     - removes 1 matching token from text
  324.     $reptok(text,token,new,C) - replaces 1 matching token with new
  325.                                 token in text
  326.  
  327.     $gettok() replaces $token(), however $token() is still
  328.     supported for this version.
  329.  
  330. 122./ulist now searches the whole of the users level list for
  331.     a matching level.
  332. 123.A user level can now be a word, for example:
  333.  
  334.     2,5,op,9,prot:*!*@mardam.demon.co.uk
  335.  
  336.     op:ON JOIN:#:/mode $chan +o $nick
  337.  
  338.     Named levels are = levels ie. they work exactly the same
  339.     way that = levels work.
  340. 124.Added strip options to options dialog. These strip out
  341.     control characters from incoming notices and messages.
  342. 125.Fixed memory/socket reading bug.
  343. 126.Pressing Enter in the parameters dialog without entering
  344.     any text now returns $null.
  345. 127.Kick, Part, Quit messages have Control-O appended to them.
  346. 128.Improved channel MODE change handling, mIRC updates the
  347.     mode settings itself so there's no longer a delay.
  348. 129.ON MODE reacts to initial mode lookup when mIRC first
  349.     joins a channel.
  350. 130.Rewrote /auser & /guser routine. Code is cleaner, same
  351.     speed, works better eg. doesnt allow redundant levels,
  352.     and fixes bugs in the old routines.
  353. 131.Added wildcard halting of timers. eg. /timer?* off
  354. 132.Fixed messages to #host.mask.
  355. 133.Install program now only creates one backup directory and
  356.     overwrites any files in it if they already exist.
  357. 134.Channels folder now also allows you to enter descriptions
  358.     for channels.
  359. 135.Added $chan(N/#).property identifer:
  360.  
  361.     $chan(N/#)         channel name
  362.     $chan(N/#).topic   topic
  363.     $chan(N/#).mode    mode
  364.     $chan(N/#).key     +k key
  365.     $chan(N/#).limit   +l limit
  366.  
  367.     $mode() and $topic() are no longer supported. However
  368.     $channel() is still supported for this version.
  369. 136.Support for the :> redirection in remote definitions has
  370.     been removed.
  371. 137.Added /strip [+-burc] command.
  372. 138./wavplay command has been replaced with /splay command,
  373.     which can play both .wav and .mid sound files. Can also
  374.     use "/splay stop" to stop a .mid file playing. /wavplay
  375.     is still supported for now. 
  376. 139.The /sound command and related options (ON NOSOUND, etc.)
  377.     can now work with .mid files as well as .wav files.
  378. 140.Improved/simplified code in the install program.
  379.  
  380. 07/09/96 - mIRC v4.6
  381.  
  382. Fixes/Additions:
  383. 1.Now handles various combinations of : and { at the
  384.   beginning of a remote definition.
  385. 2.Fixed :> redirection.
  386. 3.Fixed separator handling in popup menus.
  387. 4.ON SNOTICE can now be prevented from displaying info.
  388. 5.Now does NOT evaluate identifiers in a command issued
  389.   from the command line. If you want to force identifers
  390.   to be evaluated, you can prefix the command with two
  391.   // instead of just one /.
  392. 6.Fixed $1 $2 etc. not working with Function keys.
  393. 7.Fixed $dir and $hfile identifiers.
  394. 8.Fixed ON KICK missing $parms.
  395. 9.Fixed variables section not being saved if commands
  396.   section is empty.
  397. 10.Fixed DCC Windows not being minimized properly.
  398. 11.Explicit support for the DO ctcp command has been
  399.    removed. If a user wants to use a DO in their ctcp
  400.    definitions, they would have to specifically make
  401.    mIRC perform any parameters that another user sends
  402.    as commands, eg.:
  403.  
  404.    1:DO:$parm2*
  405.  
  406. 12.Fixed the -s switch in /echo.
  407. 13.Fixed $readini with missing parameters gpfing.
  408. 14.$read and $readini now return $null if a line isn't found.
  409. 15.Extended the functionality of [ ] so that if they enclose
  410.    only a single parameter they will evaluate it even if it
  411.    has already been evaluated. eg.:
  412.  
  413.    set %x %y
  414.    set %y Hiya!
  415.    /echo [ [ %x ] ]
  416.  
  417. 16.DCC Send, Get, Chat, and Fserv now use different Icons.
  418. 17.The = switch in remote definitions 1:COMMAND:= wasn't
  419.    working properly.
  420. 18.Fixed =$nick for on serv/chat.
  421. 19.Now handles site bans or masks for addresses that only
  422.    have an x.x format instead of the usual x.x.x format.
  423. 20.Fixed Aliases "Save To" only saving to mIRC directory.
  424. 21.Fixed $asctime() gpf bug.
  425. 22.DDE USERS now prefixes nicknames with @ or + if necessary.
  426. 23.Now cannot use /writeini to remove items or sections, must
  427.    use the /remini command which takes the same parameters.
  428. 24.Added $exists(filename) to check if a file exists,
  429.    returns $true or $false.
  430. 25.Added -n switch to $read which prevents the line read in
  431.    from being evaluated or parsed ie. it's treated as text.
  432. 26.Added /wallops <message> command.
  433. 27.Now supports DALnet /part #channel [message]. The message
  434.    is limited to around 60 characters.
  435. 28.Fixed extra separator lines being added to certain popup
  436.    menus occasionally.
  437. 29.Now allows you to dcc chat yourself.
  438. 30.Now saves URLs to the urls.ini file.
  439. 31.Added $maddress which specifies the currently matched
  440.    user address for an event in the remote:
  441.  
  442.    1:TEST:/echo $fulladdress matched $maddress
  443.  
  444.    And added $maddress(address) which returns a matching
  445.    address from the remote user list:
  446. 32.If the filename specified in $read has no path, it defaults
  447.    to the mirc.exe directory (like all other commands).
  448. 33.Can now /load -r and /save -r (raw definitions).
  449. 34.Added Load/Save items to URLs pop menu which let you
  450.    load/save any URL file.
  451. 35.Join/part/other text messages are now wrapped.
  452. 36.Can now press return in a multi-line editbox in the
  453.    middle of a line without sending the text.
  454. 37.Added "Play wave" option to notify list which lets you
  455.    choose a wave to play when a specific user joins IRC.
  456. 38.Added "show notices in active window" option in IRC
  457.    switches, and also improved the way notices are
  458.    displayed.
  459. 39.Fixed memory bug in fileserver.
  460. 40.Improved memory allocation in copy/paste routine.
  461. 41.Displays /whowas reply with @ in address.
  462. 42.The aliases for .hlp files added to the Help menu now have
  463.    the lowest command precedence ie. if an existing alias or
  464.    command of the same name exists, the .hlp alias is never run.
  465. 43.Now also adds .txt files to the dynamic help menu.
  466. 44.The IAL is updated a bit more intelligently to allow
  467.    remote definitions to access nicknames that have just
  468.    joined/left a channel.
  469. 45.Fixed time-out gpf bug which affected Send/Get/FServ.
  470. 46.Now triggers ON PART when *you* part a channel.
  471. 47.Added $longip(IP address/long IP) which converts a dotted
  472.    IP Address to a long IP, and vice-versa.
  473. 48.Fixed message not being wrapped when a query window
  474.    first opens.
  475. 49.Fixed GPFs occurring when viewing URLs.
  476. 50.Fixed "me:" prefix for remote definitions.
  477. 51.Now supports a /list result with or without RPL_LISTSTART,
  478.    to accomodate ircd 2.9.x.
  479. 52.Can now specify a filename when saving a window buffer.
  480. 53.Added option "Only show notifies in notify window".
  481. 54.Fixed "Bad Username" server reply if new user entered an
  482.    invalid email address (the userid part was being used
  483.    in the ident server).
  484. 55./echo 1 $asc($mid(3,1,hi there)) was returning 0 for a space,
  485.    now returns 32.
  486. 56.Added "fast screen update" option to Extras dialog. This
  487.    speeds up text printing by updating the screen after each
  488.    "batch" of text instead of each line.
  489. 57.Moved "Ignore" to first position in Control dialog.
  490. 58.Added a new flood protection method. Just use
  491.    /flood [on|off] to turn it on and off.
  492. 59.ISON notify lines are broken into less than 500 character
  493.    lines now.
  494. 60.Added option "Show finger requests" to Options dialog
  495.    in Servers section.
  496. 61.Fixed /oper with wrong password GPFing (?)
  497. 62.Prefixing a command with . prevents it from displaying
  498.    its usual message (apart from error messages).
  499. 63.Fixed #$$?#="Enter a channel name:" type identifier.
  500. 64.Added ON WALLOPS event.
  501.  
  502.    1:ON WALLOPS:*text*:/command...
  503.  
  504. 65.Fixed $true/$false/$null not working in certain
  505.    comparisons.
  506. 66.Fixed info lines sometimes not being displayed in
  507.    DCC Send/Get windows.
  508. 67./halt can now prevent the usual text output of raw
  509.    numeric events (for most events).
  510. 68.Added $bnick identifier which refers to the nickname
  511.    of the user being banned. This is not always filled
  512.    since sometimes a nickname isn't specified with a
  513.    banmask.
  514. 69.Now displays all user modes in status window titlebar.
  515. 70.Improved display of info for unknown numerics.
  516. 71.Fixed status window not closing when it's opened as
  517.    Desktop window and mIRC is exited.
  518. 72.Added $ulevel and $clevel which store the remote user
  519.    and command levels that matched for an event.
  520. 73.The channels list is no longer stored internally but
  521.    completely stored in and accessed from the channels.txt
  522.    file.
  523. 74./remote [on|off] now affects the raw section as well.
  524. 75.Can now do /raw [on|off] to turn the raw section on
  525.    and off.
  526. 76.Fixed mode event -l or -k skipping parameters in a
  527.    mode change.
  528. 77.Notify window now displays note next to each nickname.
  529. 78.Tweaked INI routines.
  530. 79.When an error occurs in a DCC Send/Get/Chat, the dcc
  531.    window is now closed if "auto-close" is selected in
  532.    dcc options.
  533. 80.Added ON NOSOUND event triggered when someone sends you
  534.    a SOUND request and the sound doesn't exist.
  535.  
  536.    1:ON NOSOUND:/msg $nick I don't have $filename
  537.  
  538. 81.Changed toolbar buttons appearance.
  539. 82.Can now do /partall <message>
  540. 83.In ON NICK event when you change your nick, the $me
  541.    identifier is only updated after remote definitions have
  542.    been processed.
  543. 84.Now handles #,&,+ channels in aliases, popups, remote,
  544.    dialogs, etc. This might affect a few things since &
  545.    and + are now special prefix characters.
  546. 85.Now saves Servers in servers.ini file.
  547. 86.Tweaked DCC Send/Get routines and fixed problem with
  548.    DCC windows not displaying the correct information in
  549.    certain situations.
  550. 87.Standardized INI prefix to "n" for all saved information.
  551. 88.Results from a /who and /whois are now used to update
  552.    the Internal Address List if the user is on a channel
  553.    which you are on. eg. /who #channel.
  554. 89./speak now supports both Text Assist and Monologue.
  555. 90.Now displays #*.server.co.uk type messages properly.
  556. 91.Dropped files with spaces in the filename are now enclosed
  557.    in "" quotes.
  558. 92.Fixed $parmN1-N2 bug.
  559. 93.Added "Font" item to Tools menu.
  560. 94.Clicking on "Unban" to unban addresses while in the
  561.    Channels dialog now also sets the topic and modes if
  562.    you've changed them.
  563. 95.Fixed bug with command prefix infront of if/else/elseif
  564.    not working properly after { brackets.
  565. 96.Fixed RAW definitions being processed from the bottom
  566.    of list upwards.
  567. 97.Supports /globops command for DALnet.
  568. 98.Can now prevent Quit messages from printing in status
  569.     window with /halt.
  570. 99./userhost results now update IAL.
  571. 100.Improved /whois lookup code for /guser,/ruser,/finger,
  572.     /dns, etc. commands that look up a users address.
  573. 101.Fixed sending multiple files with /dcc send command.
  574. 102.Added identifiers $mode(#) and $topic(#) which return
  575.     the mode/topic of channels which you're currently on.
  576. 103.Added identifier $count(string1,string2) which returns
  577.     the number of times string2 occurs in string1.
  578. 104.Speeded up remote processing a bit.
  579. 105.DCC Get problem for netcom users fixed.
  580. 106./links now displays links list properly on ircd 2.9.1 which
  581.     sends the list in reverse order (are we surprised? ;)
  582. 107.Notify pause time between checks is now based on the total
  583.     number of nicks in your notify list. The minimum pause time
  584.     is 20 seconds, the maximum pause time is 50 seconds.
  585. 108.An alias cannot call *itself* anymore (except indirectly by
  586.     calling another alias which calls it).
  587. 109.Improved editbox processing routine slightly: now processes
  588.     text entered into it even if another window is active or
  589.     on top of it.
  590. 110.Added /close -icfgms [nick1] [nickN] which closes windows of
  591.     the specified type and nicknames. If no nicknames are given,
  592.     all windows of the specified type are closed.
  593.     i = only close inactive windows (doesnt apply to message windows)
  594.     c = chat
  595.     f = fserve
  596.     g = gets
  597.     m = message windows
  598.     s = sends
  599. 111.Removed /closechats, /closefserves, /closedccs commands. These
  600.     are replaced by the /close command.
  601. 112.Removed /maxdepth command.
  602. 113.Added $timestamp identifier returns time in [xx:xx] format.
  603. 114.Now allows you to enter multiple Ports (separated by commas) for
  604.     each server. A random port will be picked at each connect.
  605. 115.Fixed dcc get time-out bug.
  606. 116.Removed "Show transfer progress as percent" switch, now only
  607.     displays progress as a percentage.
  608. 117.Added "Display fileserver warning" switch to dcc options dialog.
  609. 118.Can now hold down the Shift key when tiling to tile vertically.
  610. 119.Fixed channel nickname list updating incorrectly with certain
  611.     combinations of /mode results.
  612. 120.Now supports the ircd 2.9.1 ^G in a JOIN.
  613. 121.Now triggers the part event if you close a channel window
  614.     manually by clicking on the close button.
  615. 122.The TAB key nickname list now only stores the nicknames of people
  616.     who sent you normal query/channel messages, not ctcps.
  617. 123.Fixed /timer bug.
  618. 124./unset can now use wildcards, so /unset %test* will unset all
  619.     variables beginning with %test.
  620. 125./alias now tells you which alias it's adding/removing.
  621. 126.Fixed gpf bug when low number values are used with time
  622.     related functions/identifiers.
  623. 127.Calling an alias from another alias only passes the required
  624.     parameters and not all parameters.
  625. 128.Now also handles .chat files which contain tab characters.
  626. 129.Negative value variables are now handled properly.
  627. 130.Reorganized identifiers-related code a bit (still in progress).
  628. 131.Fixed small bug in installation program.
  629. 132.Added Event beeps on/off switch in event beeps dialog, also
  630.     added an /ebeeps [on|off] command.
  631. 133.Fixed MDI channel window listbox/scrollbar display bug.
  632. 134.Fixed /unset %var1 ... %varN.
  633. 135.Can now hold down Shift key when clicking "connect" toolbar
  634.     button to force mIRC to connect to last server and port
  635.     again, instead of picking a new server or port.
  636. 136.Fixed /return bug.
  637.  
  638. 06/07/96 - mIRC v4.52
  639.  
  640. Fixes/Additions:
  641. 1.Fixed UTC permanently.
  642. 2.Fixed invalid ctcp replies causing a gpf.
  643. 3.Fixed /play bug.
  644. 4.Fixed scrollbars not being set properly in some windows
  645.   when they first open.
  646. 5.Changed method of adding Icons to program manager
  647.   in Installation program.
  648. 6.Fixed bug in Installation program when installing into
  649.   directory names with spaces in them.
  650. 7.Fixed the COMMAND DDE topic to work better with certain
  651.   types of poked commands.
  652. 8.Fixed bug with Popup menus when using { } brackets to
  653.   enclose commands in different level menu items.
  654. 9.Fixed channels folder bug not allowing you to join a
  655.   channel unless it was first added to the list.
  656. 10.In COMMANDS, $parm1 now refers to the actual COMMAND.
  657. 11.Server notices are now only displayed in status window.
  658. 12.Added $address(nickname,type) which scans the internal
  659.    address list and returns a users address if it's found.
  660. 13.Added $logdir, $getdir, $wavedir, $mircdir which return
  661.    current directory paths for each location.
  662. 14.Identifiers in remote/popup commands which call aliases
  663.    are now evaluated before the alias is called.
  664. 15.Fixed ON NOTIFY not being triggered by notify event.
  665. 16.mIRC will no longer allow the DO ctcp command to execute
  666.    at or below the default user level.
  667. 17.Now allows /group, /enable, and /disable commands to be
  668.    used with the RAW section.
  669. 18.Changed description of Protect option which said it worked
  670.    with addresses.. it can only work with nicknames.
  671. 19.Added $lf = chr(10) linefeed and $cr = chr(13) return.
  672. 20.Added $lof(filename) which returns the size in bytes of
  673.    the specified file.
  674. 21.Added $pos(string,substring) which returns the position
  675.    of substring in string.
  676. 22.Fixed bug in remote when parsing { } brackets, was miscounting
  677.    and skipping definitions.
  678. 23.Made remote routines less strict in the type of format
  679.    they expect in definitions. eg. the :> redirection.
  680. 24.The channels.txt file now does not store channels that
  681.    were excluded in the "Hide" parameters section.
  682. 25.Added $send(N) and $get(N) which return currently open
  683.    send/get windows.
  684. 26.Fixed $chat(N) so it only returns the nickname of the user.
  685. 27.Now allows multiple channel names as variables, eg:
  686.  
  687.    1:ON JOIN:%chan1,#mIRC,%chan2:etc...
  688.  
  689.    Or you can do:
  690.  
  691.    1:ON JOIN:%channels:etc...
  692.  
  693.    Where %channels is a list of channels separated by commas.
  694.    You can't *combine* these though.
  695. 28.Added $mask(address,type) which returns the address
  696.    with the specified mask.
  697. 29.Identifiers are now passed correctly when calling an alias
  698.    from another alias.
  699. 30.Added command line parameter -ppassword for use with the
  700.    -jchannel parameter. Specifies password to join channel.
  701. 31.Now supports the PASSWORD parameter in .chat files for
  702.    joining a channel with a password.
  703. 32.Added ON CHATOPEN, CHATCLOSE, SERVOPEN, SERVCLOSE events.
  704.  
  705.    1:ON CHATOPEN:/commands...
  706.  
  707. 33.Added /flushini <filename> which flushes the ini file to
  708.    disk if it is currently being cached.
  709. 34.Added /closedccs, /closechats, and /closefserves, which
  710.    close all inactive send/get, chat, and fserve windows.
  711. 35.Added $nopath(filename) identifier which returns only
  712.    the filename with no path.
  713. 36.Fixed $$ not working when used in $$1 $$2 .. $$N.
  714. 37.Added $replace(string,substring,replacement)
  715.    and $remove(string,substring).
  716. 38.Speeded up processing of identifiers and commands.
  717. 39.Speeded up display of info in /links window.
  718. 40.Fixed NT bug... it didn't like low-level assembly routines.
  719. 41.Fixed +v/-v mode display in channel nicknames listbox.
  720. 42.The default /list setting for minimum number of people
  721.    on a channel has changed from zero to four.
  722. 43.Using /halt to prevent certain EVENTs from being displayed
  723.    has been removed. It worked, but the order of display of
  724.    information became non-intuitive and confusing. Will find
  725.    a better way to do this for the next version.
  726. 44.Added $result identifier which stores the result of
  727.    a /return <result>. The result can be a number between
  728.    0 and 30,000.
  729.  
  730. 30/06/96 - mIRC v4.5
  731.  
  732. Fixes/Additions:
  733. 1.Major improvement of code in many places. mIRC
  734.   now processes many things faster.
  735. 2.Fixed possible bug with invalid nicknames being
  736.   added to nick list on a channel.
  737. 3.Fixed a bug in DDE routines which caused a GPF if
  738.   external applications were too slow at processing
  739.   DDE messages.
  740. 4.Rewrote remote routines, they now look much less
  741.   like spaghetti and work better.
  742. 5.Can now use [ and ] evaluation brackets to control
  743.   the order of evaluation of identifiers. Identifiers
  744.   within brackets will be evaluated first, from left
  745.   to right. You can nest brackets. This allows you to
  746.   evaluate things any way you like...
  747.  
  748.   /notice $nick " $+ [ $read [ -s + [ $parm1 ] ] c:\text\note.txt ] $+ "
  749.   /say % [ $+ [ $1 ] ]
  750.  
  751.   Definitions without evaluation brackets are evaluated
  752.   the same way as before, though I've also improved the
  753.   normal evaluation method slightly.
  754. 6.Fixed small $read bug.
  755. 7.Can now use server addresses in User list in remote.
  756. 8.Added MDI options dialog to the Window menu which
  757.   allows you to specify for each individual window if
  758.   you want it opened as an MDI or as an independent
  759.   desktop window.
  760. 9.Standardised command error reply to: * /command: <message>
  761. 10.Can now use delete key to delete URLs in URL window
  762.    and Insert key to add a new url.
  763. 11.Can now use Control-Tab to step through the different
  764.    tabs in the setup and options dialogs.
  765. 12.Wrote a setup program which allows you to install mIRC
  766.    in a directory of your choice, creates backups of your
  767.    current files, validates the zipped files to make sure
  768.    they're not corrupted, and adds icons to the program
  769.    manager for you.
  770. 13.Improved DCC Send file dialog, can now select more than
  771.    nine files at a time to dcc send.
  772. 14.Fixed scrollbar sometimes not being positioned properly
  773.    in certain windows.
  774. 15.Added /titlebar command which allows you to change the text
  775.    in the titlebar on the fly.
  776. 16.Added protect list to options dialog, now works
  777.    exactly like auto-op command, can specify channels
  778.    for each nick.
  779. 17.DCC Send/Get/Chat are now fully dynamically allocated
  780.    structures ie. there is no limit on the number of DCCs.
  781.    This speeds up dcc send/get processing a lot. This also
  782.    fixes a few small bugs related to the way the older
  783.    structures were being used.
  784. 18.Improved the DCC Send/Get transfer windows, they now
  785.    give information such as time taken, estimated time
  786.    for transfer, characters per second, etc., and a
  787.    progress bar.
  788. 19.Window sizes for Chat/Server/Send/Get windows are now
  789.    saved seperately for each type of window.
  790. 20.Added ON BAN remote event, works like ON OP.
  791.  
  792.    5:ON BAN:#tree:/mode $chan -b $banmask
  793.  
  794. 21.Added option to Links window popup menu which lets you
  795.    switch between displaying links as plain text or
  796.    in a listbox.
  797. 22.Wildcard routine now allows ? character to match any
  798.    single character, the * is used as normal to match
  799.    multiple characters. This affects matching text in
  800.    ON TEXT, etc. as well as user addresses. Also fixed a
  801.    small bug that was causing mismatches in certain cases.
  802. 23.Now allows multiple channels in a remote event
  803.    definition:
  804.  
  805.    1:ON OP:#moo,#help,#test:/notice ...
  806.  
  807. 24.Now allows %variables to be used in the text and
  808.    channel positions of an event definition:
  809.  
  810.    1:ON TEXT:%text:%channel:/notice etc ...
  811.  
  812.    You can also use %variables for ctcp command names:
  813.  
  814.    1:%variable:/notice etc...
  815.  
  816. 25.Added a RAW section to the remote which catches NUMERIC
  817.    events. This has it's own separate editbox because if
  818.    mIRC had to scan your whole remote events definitions
  819.    for each numeric event, things would slow down to a
  820.    crawl.
  821.  
  822.    322:*mirc*:/echo 2 $parms
  823.  
  824.    This would print all lines which have the word "mirc"
  825.    in them when you do a channels /list (this is a pretty
  826.    intensive test).
  827.  
  828. 26.Fixed bug with notify list not being updated correctly
  829.    when a user changed nicknames.
  830. 27.For remote events and ctcp commands you can now prevent
  831.    the normal text associated with that command from being
  832.    displayed by using the /halt command.
  833.  
  834.    1:ON JOIN:#mIRC:/echo 3 #mirc [Joins $nick] | /halt
  835.  
  836.    So from now on when anyone joins channel #mIRC, only
  837.    that text is displayed in the channel.
  838.  
  839.    Be warned: you can use this to prevent query windows
  840.    from opening, plus other things which mIRC usually
  841.    does for an event (though nothing critical).
  842. 28.Window structures are now fully dynamically allocated
  843.    so there is no limit on the number of windows which can
  844.    be opened. This also speeds up processing quite a bit.
  845. 29.Now allows alias, popup, and remote definitions like:
  846.    <prefix definition> {
  847.      /command1 ...
  848.      /command2 ...
  849.      /command3 ...
  850.    }
  851.    One line definitions are handled the same as before.
  852.    The characters { } now have special meaning so you
  853.    can't use them as normal text anymore.
  854. 30.Major improvement of memory usage in command parser.
  855. 31.Added "View" URL option in channels list popup menu
  856.    which extracts and views a URL immediately.
  857. 32.Added a /goto command which can be used in { } definitions.
  858.  
  859.    /greet {
  860.      /set %x 0
  861.      :retry
  862.      /inc %x
  863.      /goto %x
  864.      :2
  865.      /echo bye!
  866.      /halt
  867.      :1
  868.      /echo hi!
  869.      /goto retry
  870.    }
  871.  
  872.    You can also use a variable as a goto name, eg.
  873.  
  874.    :%jumppoint
  875.  
  876.    if you "/set %jumpoint 5" then you can do "/goto 5"
  877.    and mIRC will evaluate %jumpoint to 5 and jump to it.
  878.  
  879. 33.You can now use the /return command to finish processing
  880.    an alias command and to allow any default processing to
  881.    continue. eg.
  882.  
  883.    1:ON JOIN:#mIRC {
  884.      /echo 3 #mirc [Joins $nick]
  885.      /return
  886.      /echo 3 #mirc I'm not printed!
  887.    }
  888.    
  889. 34.Added "Always On Top" setting to system menu of windows
  890.    when they are opened as desktop windows.
  891. 35.Text in status, queries, and channels windows is now
  892.    rewrapped to fit the window whenever a window is resized
  893.    or a font is changed.
  894. 36.Added two new events:
  895.  
  896.    1:ON FILESENT:*.txt,*.ini:/echo Sent $filename to $nick ( $+ $address $+ )
  897.    1:ON FILERCVD:*.txt,*.ini:/echo Received $filename from $nick | /run notepad.exe $filename
  898.  
  899.    These only react to successful DCC transers.
  900. 37.Added /writeini command and $readini identifier which use
  901.    the built-in ini routines to write/read standard ini files.
  902.  
  903.    /writeini <inifile> <section> <item> <value>
  904.    $readini <inifile> <section> <item>
  905.  
  906.    These will allow better control of storage of different
  907.    types of information into different sections in a file.
  908. 38.Now allows aliases to call other aliases, or even to call
  909.    themselves recursively. As a safeguard against infinite
  910.    loops, the default maximum recurse depth is set at 10. This
  911.    can be changed with the /maxdepth command. The minimum
  912.    depth allowed is 1 (aliases can't call other aliases) and
  913.    the maximum is 100. Calling aliases from within aliases
  914.    uses quite a bit of memory, so this might cause problems
  915.    in certain situations where memory is low etc.
  916. 39.The /links window now has the save buffer option in the
  917.    system menu.
  918. 40.Now supports Drag-and-drop files onto channel, channel nick
  919.    listbox, query/chat, and notify windows. Can define aliases
  920.    for each type of dropped file, as well as different aliases
  921.    if the Shift key is pressed when the file is dropped. See
  922.    Drag-drop tab in options dialog.
  923. 41.The /set /unset /inc /dec commands now default to not
  924.    displaying information unless called directly from the
  925.    command line. To force them to display info, you can use
  926.    the [-s] switch eg. /set -s %x 1
  927. 42.Improved the copy routine slightly... if lines being copied
  928.    originally belonged to the same line, then they are combined
  929.    instead of separated. If you want to force mIRC to copy text
  930.    exactly as it appears in the window then hold down the SHIFT
  931.    key when you do the mark/copy.
  932. 43.In remote, instead of using the * prefix for commands to
  933.    be performed only when you're an Op, you can now use the @
  934.    sign. Both are handled, but I will only specify the @ in
  935.    the documentation since it makes more sense.
  936. 44.Increased maximum items for popup menus from 300 to 600.
  937. 45.Now ignores any mirc.ini in the windows directory and uses
  938.    the mirc.ini in the current mirc.exe path.
  939. 46.Invalid CTCP messages are not replied to anymore.
  940. 47.Fixed a small time-out bug related to dcc send/get/chat.
  941. 48.New Identifiers:
  942.  
  943.    $abs(N) returns the absolute value of number N.
  944.    $chr(N) returns the character with ascii number N.
  945.    $asc(C) returns the ascii number of the character C.
  946.  
  947.    $len(text) returns the length of "text".
  948.  
  949.    $upper(text) returns "text" in uppercase.
  950.    $lower(text) returns "text" in lowercase.
  951.  
  952.    $left(N,text) returns N left characters.
  953.    $right(N,text) returns N right characters.
  954.    $mid(S,N,text) returns N characters starting at S.
  955.    $str(N,text) returns "text" repeated N times.
  956.  
  957.    $token(N,C,text) return Nth token separated by character C
  958.                     (C is the ascii number of a character)
  959.  
  960.    $lines(file) return number of lines in specified file.
  961.  
  962.    $nick(N,#) returns Nth nickname on channel #.
  963.    $snick(N,#) returns Nth selected nickname on channel #.
  964.    $opnick(N,#) returns Nth Op nickname on channel #.
  965.    $nopnick(N,#) returns Nth non-Op nickname on channel #.
  966.  
  967.    $channel(N) returns the Nth channel that you are on.
  968.    $query(N) returns the Nth query window you have open.
  969.    $chat(N) returns the Nth dcc chat window you have open.
  970.  
  971.    $notify(N) returns the Nth notify nick currently on IRC.
  972.  
  973.    For the above identifiers you can specify N as 0 (zero)
  974.    to get the total number of nicks/channels/etc. for that
  975.    identifier.
  976.  
  977.    $snotify   returns notify nick currently selected in
  978.               notify list box.
  979.  
  980.    $level(address) finds a matching address in the remote
  981.                    users list and returns its levels.
  982.  
  983.    $away returns the value $true or $false.
  984.  
  985.    Identifiers/variables can be placed inside the brackets.
  986.  
  987.    Example: /echo $right(3,$left($len(goats),ToMooOrNotToMoo))
  988.  
  989. 49.Added a simple /if statement...
  990.  
  991.    /if v1 operator v2 { ... }
  992.    /elseif v1 operator v2 { ... }
  993.    /else { ... }
  994.  
  995.    Example:
  996.  
  997.    if (((%x == 2) || (%y >= 3)) && ($1 == $parm1)) { echo match1! }
  998.    else if ($len(%input) == 5) { echo match2! }
  999.    else echo no match!
  1000.  
  1001.    If/elseif/else can all be nested inside each other. You
  1002.    should use () and {} brackets to make sure that you're
  1003.    terms are evaluated correctly though you don't *have* to
  1004.    use them.
  1005.  
  1006.    Using brackets also speeds up processing quite a bit since
  1007.    mIRC then knows exactly what it has to evaluate.
  1008.  
  1009.    Available comparisons:
  1010.  
  1011.    ==    equal to
  1012.    !=    not equal to
  1013.    <     less than
  1014.    >     larger than
  1015.    >=    larger than or equal to
  1016.    <=    smaller than or equal to
  1017.  
  1018.    //    is a multiple of
  1019.    \\    is not a multiple of
  1020.  
  1021.    isin  string v1 is in string v2
  1022.    iswm  wildcard string v1 matches string v2
  1023.  
  1024.    ison  nickname v1 is on channel v2
  1025.    isop  nickname v1 is an op on channel v2
  1026.  
  1027.    isnum number v1 is a number in the range v2
  1028.          which is in the form n1-n2 (v2 optional)
  1029.  
  1030.    ischan if v1 is a channel which you are on.
  1031.  
  1032.    isauto  if v1 is a user in your auto-op list for
  1033.            channel v2 (v2 optional)
  1034.  
  1035.    isignore if v1 is a user in your ignore list with the
  1036.             ignore switch v2 (v2 optional)
  1037.  
  1038.    isprotect if v1 is a user in your protect list for
  1039.              channel v2 (v2 optional)
  1040.  
  1041.    isnotify if v1 is a user in your notify list.
  1042.  
  1043.    To negate the above you can prefix them with an !
  1044.    exclamation mark.
  1045. 50.In all definitions, you do not need to specify the
  1046.    / command character any more for commands since it
  1047.    is really only needed when typing commands into the
  1048.    editbox. This also means you don't need to specify
  1049.    the / when defining aliases, etc. See 51.
  1050. 51.Variables or identifiers that don't evaluate to a value
  1051.    now return the value $null so they can be used in the
  1052.    if statement for checking etc. eg.
  1053.  
  1054.    listops {
  1055.      echo 4 * Listing Ops on #
  1056.      set %i 1
  1057.      :next
  1058.      set %nick $nick(%i,#)
  1059.      if %nick == $null goto done
  1060.      if %nick isop # echo 3 %nick is an Op!
  1061.      inc %i
  1062.      goto next
  1063.      :done
  1064.      echo 4 * End of Ops list
  1065.    }
  1066.  
  1067. 52.When entering text in an editbox you can now hold down
  1068.    the CONTROL key when pressing Enter and the text will be
  1069.    sent as plain text even if it begins with a command
  1070.    character. This will also work when you paste text into
  1071.    the editbox.
  1072. 53.Text in Alias, Popup, and Remote ediboxes is now auto-
  1073.    indented when { } brackets are encountered.
  1074. 54.Enlarged DCC Chat dialog to make it easier to use.
  1075. 55.You can now use an = (equal sign) to assign values to
  1076.    variables.
  1077.  
  1078.    %x = 5 + 1
  1079.    %x = 5 - %y
  1080.    %x = %x * 2
  1081.    %x = %z / $2
  1082.    %x = %x % 3
  1083.  
  1084.    Can only perform a single operation in an assignment
  1085.    at this time. You can also still do /set %x 5 + 1.
  1086. 56.Added $ctime identifier which returns total number of
  1087.    seconds elapsed since 00:00:00 GMT, January 1, 1970. This
  1088.    can be used with PING to find out how many seconds it took.
  1089. 57.Added ON CTCPREPLY to listen for replies to ctcps. eg.:
  1090.  
  1091.    1:ON CTCPREPLY:PING* {
  1092.      if ($parm2 == $null) echo [ $+ $nick PING reply]
  1093.      else {
  1094.        %pt = $ctime - $parm2
  1095.        if (%pt < 0) set %pt 0
  1096.        echo [ $+ $nick PING reply] %pt seconds
  1097.      }
  1098.      halt
  1099.    }
  1100.  
  1101. 58.Identifer $active returns the full name of the currently
  1102.    active window.
  1103. 59.Added Font button to alias, popup, and remote dialogs
  1104. 60.mIRC now automatically gets your web browsers path and
  1105.    name from the registry if it's there.
  1106. 61.Channels list is now saved to a file "channels.txt" and the
  1107.    channels list dialog now has "Apply" and "Get List" buttons.
  1108.    If "Get List" is pressed then a list is read from the server,
  1109.    if "Apply" is pressed then the latest list is used whether in
  1110.    the channels listbox or in the "channels.txt" file. The date
  1111.    time and server name are also stored in this file.
  1112. 62.Added "Save to file" item in channels list popup menu which
  1113.    allows you to save the currently displayed list to a file.
  1114. 63.Added "PORT" item to DDE which returns the current irc
  1115.    server port you are using.
  1116. 64.If userid in ident server is empty then mIRC assumes you're
  1117.    a new user and automatically fills in the userid from the
  1118.    email address you entered and turns on the ident server.
  1119. 65.Can now use the /quote command to do the same thing as /raw.
  1120. 66.Now supports server-side filtering on UNDERNET channels for
  1121.    the minimum and maximum number of users on a channel. This
  1122.    means that you will only recieve a list of channels which
  1123.    match your choices for these two criteria.
  1124. 67.Can now use Alt-J to pop up the channels folder dialog.
  1125. 68.Speeded up display of Channel nicknames listbox. This actually
  1126.    affects quite a few other things in mIRC since the channels
  1127.    listbox was being used to store the nicknames for each channel.
  1128.    Now the nicknames are stored internally. Any command or
  1129.    function that involves checking/using nicknames is now far
  1130.    faster than before.
  1131. 69.Now sounds an event beep when a chat that you initiated
  1132.    makes a connection.
  1133. 70.Can now set a string variable to an empty string with "".
  1134.    eg. set %name ""  or  %s = ""
  1135. 71.Text in the alias/popup/remote dialogs is now displayed
  1136.    quickly.
  1137. 72.The Wait cursor is now used in more places to give a
  1138.    better indication of when mIRC is busy doing something.
  1139. 73.Can now select multiple files in the Log File listbox
  1140.    to make deleting files easier.
  1141. 74.For $read and /play you no longer need to specify the
  1142.    number of lines in a file on the first line of the file.
  1143.    If you do, mIRC will use the number and will work faster,
  1144.    if you don't mIRC will count the lines itself.
  1145. 75.Can now use Control-Break to break out of a currently
  1146.    executing alias in case it's in an infinite loop, etc.
  1147. 76.mIRC now defaults to using aliases.ini, popups.ini, and
  1148.    remote.ini files if these files aren't specified in mirc.ini,
  1149.    and if these sections aren't found in mirc.ini. If these
  1150.    files don't exist, mIRC will create them.
  1151. 77.Added /alias command which allows you to add and remove
  1152.    aliases from the aliases list. Only works for *single line*
  1153.    aliases.
  1154. 78.Colour now works in DCC Chats.
  1155. 79.Speeded up Tab display in setup and options dialogs.
  1156. 80.Fixed Editbox bug when pressing enter and text isn't sent.
  1157. 81.DDE Server now defaults to ON with service name MIRC.
  1158. 82.Added "CONNECT" DDE topic, which connects you to a server and
  1159.    joins a channel. The data format is: irc.funet.fi,6667,#mIRC,1
  1160.    where the last digit is a 1 or 0 indicating whether you want
  1161.    mIRC to be activated or not. This is an XTYP_POKE.
  1162. 83.Converted some routines to assembly to increase speed.
  1163. 84.Added $asctime() which converts the value returned by $ctime
  1164.    or a PING into a full date in text format.
  1165. 85.Added support for ctcp UTC.
  1166. 86.Now ignores DCC-related ctcps sent to a channel.
  1167. 87.Shift-F1 now pops up the keyword search dialog for the help file.
  1168.  
  1169. 27/04/96 - mIRC v4.1 (final bugfix release)
  1170.  
  1171. Fixes/Additions:
  1172. 1.Fixed /sound being limited to eight character
  1173.   channel/nick names.
  1174. 2.Fixed mirc.ini file being corrupted in
  1175.   certain situation.
  1176. 3.Fixed servers sorting bug in setup dialog.
  1177. 4.Added /links window which displays a list
  1178.   of all servers in the network and allows
  1179.   easy connecting, etc.
  1180. 5.Fixed character | bug in nicknames/userids.
  1181. 6.Fixed small ON CHAT bug.
  1182. 7.Fixed DCC Get minimize button not remembering
  1183.   setting.
  1184. 8.Fixed $ bug.
  1185. 9.Fixed icon highlighting bug.
  1186. 10.Fixed bug that was intermittently affecting
  1187.    various commands.
  1188. 11.Fixed /ctcp with "dcc" in nickname bug.
  1189. 12.reFixed Beep.
  1190. 13.Fixed not replying to server PING bug.
  1191. 14.Fixed /unset command not working in an alias.
  1192. 15.Now saves window buffer to ".log" instead
  1193.    of a ".txt" file.
  1194. 16.Added Log file listbox and View/Delete log
  1195.    to Logging options dialog.
  1196. 17.Now displays in the status bar the *actual*
  1197.    address of the server you connect to.
  1198. 18.Improved context sensitive F1 help key to
  1199.    work with more dialogs.
  1200. 19.Fixed small identd and finger bug.
  1201. 20.Added Fileserver warning dialog to warn
  1202.    new users.
  1203. 21.Added $hfile identifier which is like the $file
  1204.    dialog except it lists files horizontally.
  1205. 22.Fixed fileserver "read" command bug.
  1206. 23.Added option to display identd requests.
  1207. 24.Improved mark/copy text routine a bit.
  1208. 25.Remodelled about dialog.
  1209. 26.Fixed socks firewall access.
  1210. 27.Added $++ identifier which works the same as
  1211.    the $+ identifier but does the concatenation
  1212.    after the previous item has been evaluated, so
  1213.    something like this works now:
  1214.      /say " $+ $read c:\test.txt $++ "
  1215. 28.Auto-join on invite now ignores invites to
  1216.    channel 0. (/join 0 makes you part all channels,
  1217.    seems to be an irc server feature).
  1218. 29.Finger window is restored if it is minimized
  1219.    when you try to do a finger.
  1220. 30.Changed /list command so you don't have to prefix
  1221.    the wildcard text with a #. eg. /list help
  1222.    and /list *help* is turned into /list help
  1223. 31.Now displays /whois Idle time in hours/minutes/
  1224.    seconds format instead of just seconds.
  1225. 32.Clicking on "Arrange Icons" now places icons
  1226.    behind open windows when arranging them.
  1227. 33.Now shows both server name and Port number
  1228.    when connecting.
  1229. 34.Status window default height is now larger.
  1230. 35.Now handles "erroneous nickname" better.
  1231. 36.If no directory is specified in the wave filename
  1232.    for the /wavplay command, it now defaults to the
  1233.    wave directory specified in the Sound Requests
  1234.    options dialog.
  1235. 37.Other things.
  1236.  
  1237. 20/03/96 - mIRC v4.0 (final version)
  1238.  
  1239. Fixes/Additions:
  1240. 1.Fixed standard editbox popup menu under 95 not
  1241.   being displayed on a right mouse-click.
  1242. 2.Fixed problem with /ctcp to a user with "dcc"
  1243.   in nickname.
  1244. 3./query command pops an existing window to the
  1245.   front if it's hidden.
  1246. 4.Fixed "parameter dialog" popping up bug.
  1247. 5.Fixed Channel Dialog gpf bug if kicked while
  1248.   dialog still open.
  1249. 6.Dynamic help menu now displays a list of .hlp files
  1250.   in mIRC's directory, as well as the readme.txt,
  1251.   versions.txt, and update.txt files, for quick
  1252.   access. Also adds internal aliases that match
  1253.   these filenames, so if you have "winsock.hlp" in
  1254.   the help menu you can type /winsock <topic>. The
  1255.   menu is always updated before it is displayed.
  1256. 7.[removed]
  1257. 8.Added "play wave" options to event beeps section.
  1258. 9.Now remembers DDE settings across sessions,
  1259.   added to "Servers" section in options dialog.
  1260. 10.Added "Popup notify window on connect" option.
  1261. 11.Added new configurable menu which allows you to
  1262.    add a menu to the main menu bar. This menu has
  1263.    the functionality of both the main, query,
  1264.    and nickname popup menus, and allows you to
  1265.    define commands that work in different types
  1266.    of windows.
  1267. 12.Can now test for and prevent SOUND ctcp's
  1268.    in the remote.
  1269. 13.Fixed channel list "Hide" parameters being
  1270.    erased in certain situations.
  1271. 14.Modularized Tab dialog routines so now they're
  1272.    "completely" independent of the rest of the code.
  1273. 15.Improved setup dialog/server selection:
  1274.    a) Added "group" definition to servers. When sorting
  1275.       the servers list this groups servers with the
  1276.       same group name together.
  1277.    b) Added "connection retry" options. One second
  1278.       delay inbetween connect retries.
  1279.    c) Can select multiple servers to connect to.
  1280.    d) Can do "/server groupname" which will cycle through
  1281.       all servers of group "groupname" when trying to connect.
  1282.  
  1283.    NOTE:
  1284.    When using the 16bit mIRC, winsock will "freeze" sometimes
  1285.    when cancelling a connection. This is because winsock has
  1286.    to timeout... as far as I know, mIRC can do nothing about
  1287.    this since it is built-in to winsock, so even if mIRC
  1288.    cancels a connection, winsock still waits for 10 seconds
  1289.    *anyway* before completing the cancellation. This might
  1290.    result in other problems.
  1291.  
  1292. 16.Added "Popup channel folder on connect" option.
  1293. 17.Now capitalizes the first word in a ctcp message.
  1294. 18.Notify:
  1295.    a) Now has it's own window in options dialog.
  1296.    b) Number of nicks is unlimited.
  1297.    c) Allows little notes for each nickname.
  1298. 19.Added /commands [on|off], turns remote commands on/off.
  1299.    /events [on|off] turns only events on/off, and
  1300.    /remote [on|off] now turns both commands and events on/off.
  1301. 20.Added other beep/close options to dcc options dialog.
  1302. 21.Fixed $parms bug, was only storing first 256 chars.
  1303. 22.Added "Place ? marked urls at top of list" option in url options.
  1304. 23.Can now do "/ignore -auN", which unignores the
  1305.    specified address after N seconds. Can now also do,
  1306.    /ignore -apcnti, where p=private,c=channel,n=notice,
  1307.    t=ctcp,i=invite.
  1308. 24.Can now enter auto-op addresses with channels,
  1309.    eg. nick!user@address,#mirc,#mircplus
  1310. 25.All /dde commands are now buffered and sent at intervals
  1311.    specified by the DDE delay option.
  1312. 26.Added /clearall command which clears buffers of all
  1313.    status, channel, and private windows.
  1314. 27.Now warns you if you try to quit mIRC when there are
  1315.    DCC Transfers in progress.
  1316. 28.[removed]
  1317. 29./links command results are now displayed in a coloured
  1318.    tree fashion to make it more readable (?)
  1319. 30.Added "pop up setup dialog on startup" option.
  1320. 31.Improved speed of text display slightly.
  1321. 32.Fixed /rlevel not removing levels in certain situations.
  1322. 33.Added -s<text> option to /write command, scans file for a
  1323.    line beginning with <text> and writes to it.
  1324. 34.[removed]
  1325. 35.Added /groups [-e|d] command which lists all, enabled,
  1326.    and disabled groups in remote definitions.
  1327. 36.Can now use #$?#="etc." which will ask for a channel
  1328.    name if you try to use the command in a non-channel
  1329.    window, otherwise it uses the channel name of the
  1330.    currently active channel window.
  1331. 37.Command parsing routine completely rewritten, much
  1332.    more robust and evaluates identifiers etc. more
  1333.    intelligently now. However, because of increased
  1334.    processing/checking etc. this routine is now slower
  1335.    than the older routine.
  1336. 38.Moved Ident server options to setup dialog.
  1337. 39./speak command requests are now also placed
  1338.    in delayed DDE queue.
  1339. 40.Added variable support:
  1340.    /set [-q] <%var) [value]
  1341.    /unset [-q] <%var> [%var2] ... [%varN]
  1342.    /unsetall
  1343.    /inc [-q] <%var> [value]
  1344.    /dec [-q] <%var> [value]
  1345.    Can be edited in Variables section in remote dialog.
  1346. 41.Iconized Notify and Url windows are now highlighted
  1347.    whenever their contents change.
  1348. 42.Notify and URL toolbar buttons are now also highlighted
  1349.    if either the window isn't open or isn't active.
  1350. 43.Fixed /ctcp nick VER bug.
  1351. 44.Fixed beeping bug where mIRC wasn't beeping properly
  1352.    for some users.
  1353. 45./sound now doesn't require you to specify a message.
  1354. 46.Added $level which represents users level in remote.
  1355. 47.Added /remove <filename> which deletes the specified file.
  1356. 48.Added $cd which represents users current directory
  1357.    in a fileserver session (Used in ON SERV event).
  1358. 49.Specifying a nickname in the finger dialog now works
  1359.    the same way as /finger <nickname>.
  1360. 50.Can now use /nick while not connected to server:
  1361.    /nick <nickname> [alternate]
  1362. 51.Fixed bug in resolving dns addresses.
  1363. 52.Fixed /finger not resolving for some users.
  1364. 53./auto and /ignore now *add* an address by default,
  1365.    to remove an address you can use the -r switch.
  1366.    ie. they do not toggle anymore.
  1367. 54.Added Firewall option, doesn't allow DCC's through
  1368.    a firewall yet though.
  1369. 55.Added "IP method" option for users with different
  1370.    winsock setups.
  1371. 56.Fixed DCC Sending a file with the same name as users
  1372.    nickname (would result in an error message).
  1373. 57.Fixed URL sorting in url window.
  1374. 58.Now tests to see if dcc send filename is a system device,
  1375.    if so dcc send is ignored.
  1376. 59.Fixed & characters in editboxes in options dialog
  1377.    being messed up.
  1378. 60.Fixed disappearing ini and temp files not being removed (?)
  1379. 61.Fixed "read" in fileserver allowing read access to files
  1380.    outside home directory.
  1381. 62.Fixed occasional "notice" gpf.
  1382. 63.Fixed ctcp TIME missing trailing ^A.
  1383. 64.Fixed Status window saving/reset not working.
  1384. 65 Can now specify -sgroupname on the command line.
  1385. 66.Other bits and pieces.
  1386.  
  1387. 06/01/96 - mIRC v3.92
  1388.  
  1389. Fixes/Additions:
  1390. 1.Fixed /sound gpf bug.
  1391. 2.Fixed security bug in remote.
  1392. 3.Fixed gpf bug on windows opening due to old
  1393.   window pos/size format in mirc.ini.
  1394. 4.Changed fingers storage method in mirc.ini.
  1395. 5.Improved Channels List dialog.
  1396. 6.Popups are now fully allocated dynamically.
  1397. 7.Changed $file identifier to display only files,
  1398.   can now use $dir to display both directories
  1399.   and files.
  1400. 8.Added /font command which pops up the font
  1401.   dialog.
  1402. 9.Added "Extract URL" menu item to channels list
  1403.   popup menu, which extracts a URL from a channels
  1404.   topic and puts it in the URL list.
  1405. 10.DCC Send "percent" info is now updated when
  1406.    an Ack is received, not when a packet is sent.
  1407. 11.Fixed $parms not working with $read.
  1408. 12.Speeded up tabs display in options dialog slightly.
  1409. 13.Small improvements in DDE response speed.
  1410. 14.Function key aliases can now execute several
  1411.    commands by using the | command seperator.
  1412. 15.Fixed DCC gpf problem (?)
  1413. 16.Fixed $read not closing files in certain situations.
  1414. 17.When entering text in an editbox mIRC now beeps
  1415.    when you are within 30 characters of the maximum
  1416.    allowed line length.
  1417. 18.mIRC now works with the three major WWW Browsers.
  1418. 19.Fixed '=' prefix processing bug in remote.
  1419.  
  1420. 28/12/95 - mIRC v3.9
  1421.  
  1422. Fixes/Additions:
  1423. 1.Fixed the /join KEY bug.
  1424. 2.Add -q switch to /raw which makes the /raw command
  1425.   work "quietly", not printing out what it's sending.
  1426. 3.Fixed channel folder dialog not remembering
  1427.   added/deleted channels when pressing OK.
  1428. 4.Now /ignores invites as well.
  1429. 5.Fixed the remote DO command.
  1430. 6.Can now handle &channels, fully supported in aliases,
  1431.   popups, and remote definitions.
  1432. 7.Redecorated. Tending towards simple and uncluttered
  1433.   menus and interface.
  1434. 8.Removed font dialog, can now change a font only from
  1435.   a windows system menu.
  1436. 9.Can now do /me or /action in dcc chat windows.
  1437. 10.The 32bit under 95 now saves logs and buffers using
  1438.    the full length filename.
  1439. 11.ON TEXT etc. now allow wild card matches using
  1440.    multiple * in the match text.
  1441.  
  1442.    NOTE: the text matching routine in ON TEXT etc.
  1443.    doesn't use the = sign anymore, as it's now redundant.
  1444.  
  1445. 12.Found bugs in the wildcard matching routine while
  1446.    making ON TEXT work with it. Fixed.
  1447. 13.Made Tabs in options dialog more 95-ish. The bold
  1448.    font is still there though, sorry, I like it!
  1449. 14.mIRC now does NOT reply to unknown ctcp messages,
  1450.    it just prints them in your window as usual and
  1451.    then ignores them (as per the RFC).
  1452. 15.Aliases now work better when called from remote
  1453.    definitions.
  1454. 16.Fixed -l# switch in play command.
  1455. 17.Improved positioning of various dialogs.
  1456. 18.DALnet URL catching on joining a channel now works.
  1457. 19.Nicks in notify list are no longer forced to lowercase.
  1458. 20./save can now be used in an alias with | separators.
  1459. 21.Added -stext option to $read, which scans the specified
  1460.    file for a line beginning with the specified text.
  1461. 22./pop delay is now randomly *close* to the number you
  1462.    specify as a delay.
  1463. 23.Fixed /server N (specifying server number).
  1464. 24.Fixed window bug possibly related to dcc gpfs.
  1465. 25.Added -u# switch to /ban command which specifies delay
  1466.    time before unbanning the specified ban. Minimum delay
  1467.    time is 10 seconds. If no number is specified, it defaults
  1468.    to 30 seconds. eg. /ban -u15 nick
  1469. 26./fingering a nick now only adds the nick's address to the
  1470.    fingered addresses list, not the users whole irc address.
  1471. 27.Now allows an unlimited number of /timers.
  1472. 28.Fixed ini specification on command line.
  1473. 29.Improved dynamic memory allocation in various places.
  1474. 30.Added notify list window. Can use the toolbar notify button
  1475.    or /notify [-sh] to show/hide the window. Please note that
  1476.    there is a minimum window width under 95 that I haven't
  1477.    been able to override.
  1478. 31.Address returned by IAL was sometimes invalid. Fixed.
  1479. 32.Added [-ar] switches to /notify, /protect, /ignore,
  1480.    which forces the command to -add or -remove a nick
  1481.    instead of toggling it.
  1482. 33.Added $site identifier for remote addresses.
  1483.    eg. for khaled@mardam.demon.co.uk
  1484.    $site = mardam.demon.co.uk
  1485. 34.Now allows /sound in dcc chats.
  1486. 35.Added minimal DDE support, as well /dde command and
  1487.    a $dde identifier, to be expanded. See DDE section in
  1488.    help file for description
  1489. 36.Added "Edit" button for editing finger file in options
  1490.    dialog.
  1491. 37.Can now access popup menus in the notify, URL, and channels
  1492.    list window through the keyboard. Pressing RETURN performs
  1493.    a "double-click", pressing SPACE pops up the popup menu.
  1494. 38.Added Alt-N for notify and Alt-U for URL windows.
  1495. 39./msg command now by default doesn't switch to the
  1496.    window you're sending a message to unless you specify
  1497.    the [-s] switch. eg. /msg -s hiya!
  1498. 40.Added /timestamp [on|off] command.
  1499. 41.Added /partall command which parts all the channels
  1500.    you're currently on.
  1501. 42.Added "Minimize DCC get window" option.
  1502. 43.Added $adate (for US style month/day/year),
  1503.    and $fulldate which spells it all out.
  1504. 44.Added a "time to activate" option to the /timer
  1505.    command, eg. /timer1 11:30 1 1 /say It's now 11:30am
  1506. 45.Fixed "filename" in quotes with no spaces bug.
  1507. 46.Fixed using $?="text" identifier.
  1508. 47.Added $file identifier, eg. in a popup menu item:
  1509.    Play Wave:/wavplay $file="Select a Wave!" c:\waves\*.wav
  1510. 48.Fixed disappearing aliases/popups/remote bug, where
  1511.    filenames for each of these were being reset to the
  1512.    mirc.ini file.
  1513. 49.Added a "/timers off" switch which allows you to turn
  1514.    off all active timers.
  1515. 50.Alt-L now pops up the Channels List dialog.
  1516. 51.Added /disconnect command, hard disconnect from server
  1517.    without a /quit.
  1518. 52.Fixed ON SNOTICE reacting twice to server notices.
  1519. 53.Fixed/Improved other bits and pieces.
  1520.  
  1521. 25/11/95 - mIRC v3.8
  1522.  
  1523. Fixes/Additions:
  1524. 1.Added option to show invites in active window.
  1525. 2.Fixed $! bug.
  1526. 3.Added option to auto-resume existing files.
  1527. 4.Fixed /echo with invalid parameters gpfing.
  1528. 5.Option dialog now remembers it's "view" across
  1529.   sessions.
  1530. 6.Paused op wasn't clearing a nick from it's list
  1531.   immediately if a nick parted or quit, but had to
  1532.   timeout first.
  1533. 7.Added /speak <text> command which uses monolog
  1534.   to speak the specified text.
  1535. 8.Added /dns <nick/address> which resolves addresses.
  1536.   If mIRC sees a "." in the name you specify it assumes
  1537.   it's an address and tries to resolve it. Otherwise
  1538.   it assumes it's a nickname and does a /whois to
  1539.   find the users address and then looks it up. If you
  1540.   give it an IP address, it looks up the host name.
  1541. 9.Removed small users window in remote dialog, now
  1542.   using one big window for users, commands, and events.
  1543. 10.The Add Dialog has been discontinued. Check out the
  1544.    alias, popup, and remote dialogs for the improvement.
  1545.  
  1546.    IT IS *HIGHLY* RECOMMENDED THAT THE ALIAS, POPUP,
  1547.    AND REMOTE SECTIONS BE SAVED SEPERATE FROM THE
  1548.    MAIN MIRC.INI FILE FROM NOW ON. THE MIRC.INI
  1549.    CAN'T HANDLE THE STORAGE OF LARGE AMOUNTS OF
  1550.    INFORMATION AS REQUIRED BY THE ALIAS, POPUP,
  1551.    AND REMOTE SECTIONS.
  1552.  
  1553. 11.Finally fixed DCC Send/Get windows sometimes
  1554.    not auto-closing at end of transfer (?)
  1555. 12.Right-clicking in a non-active window will now
  1556.    bring it to the top and make it active.
  1557. 13.Fixed socket error message when running second
  1558.    copy of mIRC (didn't actually affect anything).
  1559. 14.For new users, mIRC no longer copies the mirc.ini
  1560.    to the windows directory but leaves it and uses it
  1561.    in the same directory as the EXE. However, if it
  1562.    finds an mirc.ini in the windows directory it will
  1563.    use it (to remain compatible with older users).
  1564. 15.Small fixes relating to Function keys.
  1565. 16.Can now use /load -apuce <file.ini> or
  1566.    /save -apuce <file.ini> to load and save aliases,
  1567.    popups, and remote sections from the command line.
  1568.    NOTE: You can only refer to one section at a time,
  1569.    so you can't do /load -ap some.ini.
  1570. 17.All memory in the parsing and remote routines is
  1571.    now allocated dynamically.
  1572. 18.Added ignore options to dcc send/chat in the dcc
  1573.    options dialog. Can also use /sreq and /creq
  1574.    (send request and chat request) with the parameters
  1575.    [ ask | auto | ignore] from the command line.
  1576. 19.Added "ON CHAT:text:/msg ..." and ON SERV events to
  1577.    scan text in dcc chat windows and fileserver windows.
  1578. 20.Added command line option to connect to a server and
  1579.    join channels which is more of a standard WWW link
  1580.    definition: //server:port/#channel,#channel
  1581. 21.Fixed GPF problem for some users when quitting mIRC (?)
  1582. 22.Added /flush [levels] command. This clears the remote user
  1583.    list of nicknames that are no longer valid. For each nick
  1584.    in the user list that matches the specified levels mIRC
  1585.    checks to see if that nick is on any of the channels that
  1586.    you are currently on. If not, the nick definition is removed
  1587.    from the user list. If you do not specify [levels] then
  1588.    mIRC clears all nicks from the user list that don't exist
  1589.    on channels you are on.
  1590. 23.Added "me" prefix to remote definitions, eg.:
  1591.    me:1:ON JOIN:/msg etc...
  1592.    This limits a command definition to reacting only to
  1593.    events caused by your client. This is useful in case you
  1594.    use Bots which have the same address as you.
  1595. 24.The address in the Finger dialog now defaults to
  1596.    the last address which was fingered.
  1597. 25.The /play command has been improved in a major way, 
  1598.    it can now queue requests (see the help file!)
  1599. 26.Fixed bug with highlighting in query windows.
  1600. 27.Added Finger server (must be set up in a certain
  1601.    way, see the help file on how to do this).
  1602. 28.Added ON SNOTICE event, which listens for server
  1603.    notices and can filter them ie. prevent them from
  1604.    being displayed.
  1605. 29.Remodelled the setup dialog. Can now also store
  1606.    an unlimited number of servers.
  1607. 30.If /finger sees a "." in the parameter you give it, it
  1608.    will assume it's an address and will finger it, otherwise
  1609.    it will assume it's a nickname and will do a /whois on the
  1610.    nick to find their address and use that for the finger.
  1611. 31.Added option to change tooltip delay.
  1612. 32.Split the "Beep on window message" option into two...
  1613.    "Beep on channel message" and "Beep on query message".
  1614. 33.Fixed the notify bug which would result in mIRC telling
  1615.    you all the people on your notify list are on... then
  1616.    off... then on... then off...
  1617. 34.Simplified /timer code and fixed a small bug in it.
  1618. 35.Command line window buffer has increased to 30 lines.
  1619. 36.Now catches server numeric 328 for URL description
  1620.    when joining a channel on DALnet (they might not have
  1621.    implemented this yet).
  1622. 37.Fixed toolbar buttons colours when the default system
  1623.    colours are changed.
  1624. 38.The 32bit mIRC can now dcc send/get LFN's with spaces
  1625.    in them. Unfortunately, other clients won't be able to
  1626.    receive these properly! See the "DCC Send" section in
  1627.    the help file which explains the problem.
  1628.    You can also do: /dcc send nickname "this is a.text file"
  1629. 39.Added -nnick1,nick2 command line option which sets
  1630.    your nicks to these values.
  1631. 40.Overhaul of irc and parsing routines, simplified and
  1632.    speeded up.
  1633. 41.Added [on | off | close] to /url command to turn on/off
  1634.    catching urls and to close the URL window.
  1635. 42.Added option "Show modes in channel".
  1636. 43.Now gives the reason why you can't join a channel.
  1637. 44.If you have "rejoin channel when kicked" turned on
  1638.    and you are kicked, mIRC will keep the channel
  1639.    window open while it tries to rejoin and will only
  1640.    close it if it can't.
  1641. 45.If a /play filename doesn't have a directory spec. it
  1642.    defaults to the mirc.exe directory.
  1643. 46.Added a flexibile /write command which writes lines
  1644.    to a file.
  1645. 47.Added "Show queries in active channel window" which
  1646.    shows private messages from other users in a channel
  1647.    window without opening a query window.
  1648. 48.Added "TAB" key putting "/msg nickname" into the editbox
  1649.    where "nickname" is the nick of the last person who
  1650.    messaged you. If you press TAB repeatedly it cycles
  1651.    through the nicks of the last five people who messaged
  1652.    you.
  1653. 49.Now shows who set the topic and at what time when you
  1654.    join a channel on Undernet and DALnet.
  1655. 50.Fixed small bug with the /sound command not checking
  1656.    properly if a sound file exists.
  1657. 51.The Options dialog now uses Tabs. I had trouble using
  1658.    existing TabDialog DLL's, so I coded my own Tab
  1659.    display routines.
  1660. 52.Fixed /channel dialog bug which would occur if you
  1661.    typed /channel repeatedly while it was in the middle
  1662.    of retrieving the channel info.
  1663. 53.Fixed a problem with /whois replies, the format of
  1664.    the reply has changed and is hopefully clearer now.
  1665. 54.Can now also define Shift and Control Function key
  1666.    definitions.
  1667.  
  1668. 24/10/95 - mIRC v3.72
  1669.  
  1670. Fixes/Additions:
  1671. 1.Fixed $parms not being passed in a redirection.
  1672. 2.Can now /play to any channel/nick without needing
  1673.   to have that window already open.
  1674. 3.Added -ttopic option to /play which looks for the
  1675.   specified [topic] in a text file and plays it to
  1676.   the specified nick/channel.
  1677. 4.Added $pnick identifier which refers to the nick/channel
  1678.   which is currently being played to, so you can use it
  1679.   in /played commands.
  1680. 5.Allows #$parmN to force a parameter to be a channel.
  1681. 6.Fixed DCC Resume filesize bug.
  1682. 7.Added option to show notifies in active window.
  1683. 8.Completely reorganized the Options dialog as it was
  1684.   too crowded and it was getting harder to add new options.
  1685.   Now divided into sections, and also incorporates the
  1686.   options in the extras, url, sounds, and ident dialogs.
  1687.   The menus and toolbar buttons have been re-organized
  1688.   accordingly.
  1689. 9.Fixed QUIT bug when exiting mIRC while still connected.
  1690.   It was sending a part instead of a quit to the server.
  1691. 10.Fixed /timer not releasing it's memory in certain
  1692.    situations.
  1693. 11.Fixed positioning of : in some raw commands.
  1694. 12.Fixed setting of focus to windows.
  1695. 13.Added option to dump joins/parts to status window.
  1696. 14.Now shows DCC transfers percentage/size at head
  1697.    of window title for win95 users.
  1698. 15.Messages from irc ops of the form $address or
  1699.    #address are now displayed in the server window
  1700.    in pretty purple as opposed to opening up a query
  1701.    window.
  1702. 16.Added "clear list" button to dcc chat dialog (the
  1703.    DCC Send dialog uses the same list).
  1704. 17.The /pop delay value can be up to 15 seconds now.
  1705. 18.The weird DCC Send dialog bug was fixed (?)
  1706. 19.Improved copy/paste routine memory allocation.
  1707. 20.Fixed /sound with invalid parameters gpfing.
  1708. 21.Fixed some toolbar colours not being displayed
  1709.    correctly for some buttons.
  1710. 22.Number of channels in channel list window is now
  1711.    shown at beginning of title.
  1712. 23.Text printed with the /echo command is now wrapped.
  1713. 24.Added $r(v1,v2) identifier, returns random number
  1714.    or letter between v1 and v2.
  1715. 25.Fixed Ident server time-out bug.
  1716.  
  1717. 12/10/95 - mIRC v3.7
  1718.  
  1719. Fixes/Additions:
  1720. 1.An *iconified* channel list window is not restored
  1721.   if a /list is done, instead it's icon is placed above
  1722.   current windows (without focus) for easy access.
  1723. 2.The Join Channel dialog can now handle multiple
  1724.   selections.
  1725. 3.The /timer can now work with aliases again.
  1726. 4.Can now prevent an identifier from being evaluated
  1727.   the first time through the alias routine by prefixing
  1728.   it with a ! for example: $!read, $!url, $!me, etc.
  1729.   This allows you to use it in a /timer command if you
  1730.   want the identifier to be re-evaluated every time.
  1731. 5.Fixed /channel dialog bug and improved memory
  1732.   allocation for the ban list.
  1733. 6.Fixed bug in status window sizing.
  1734. 7.Fixed Timer dialog bug, when selecting cancel
  1735.   timer wasn't being reset correctly.
  1736. 8.Improved grouping of switches in options dialog.
  1737. 9.Fixed "disconnected" bug while trying to connect
  1738.   to another server if already connected to one.
  1739. 10.Cleaned up popup menu routines.
  1740. 11.Major improvement in robustness of input,
  1741.    general irc, and remote routines.
  1742.  
  1743.             BACKUP YOUR MIRC.INI FILE(S)
  1744.  
  1745. 12.Wrote my own read and write INI routines for parts of
  1746.    the mirc.ini file since the standard INI routines
  1747.    were too slow. Loading and saving is almost instant now.
  1748.  
  1749. 13.Fixed windows not being saved/closed properly on exit.
  1750. 14./play now works when used in remote commands.
  1751. 15.Added /echo command which prints text in the specified
  1752.    window (for debugging purposes).
  1753. 16.Now using 0x04L in dialog definitions so that
  1754.    3D dialogs under win95 are automatic.
  1755. 17.Can now do "/server N" where N is the Nth server
  1756.    in the server list.
  1757. 18.Fixed font selections not being saved correctly.
  1758. 19.Added URL catcher window which automatically catches
  1759.    URLs from text in channels etc. and stores them in
  1760.    a listbox. You can then send a URL to your WWW browser
  1761.    directly through mIRC. Type /url [-d] to open the window.
  1762.    Use -d to clear all ? marked items before showing the list.
  1763. 20.If a nick in the notify list is prefixed with a + sign
  1764.    a /whois is done on it on a notify.
  1765. 21.Added sounds dialog and a new /sound command which
  1766.    allows multiple users on a channel to hear sounds at
  1767.    the same time (assuming they have the same wave files).
  1768.    format: /sound [nick/channel] <file.wav> <message>
  1769. 22.Fixed problem with % in channel names (and other things).
  1770. 23.Fixed channel dialog "Key already set" bug.
  1771. 24.Added $url identifier which references the currently
  1772.    active URL in your WWW browser.
  1773. 25.Added option in extras dialog to redefine command char.
  1774. 26.Now automatically sets cursor to last edited window in
  1775.    remote and popup dialogs.
  1776.  
  1777.          *** NOTE NOTE NOTE IMPORTANT CHANGE ***
  1778.  
  1779. 27.Now uses a different format for commands/events:
  1780.    Old format: 1:PING:/notice *1:$nick hi there
  1781.    New format: 1:PING:/notice $nick hi there
  1782.    This greatly simplifies processing, the routines
  1783.    are now probably more than twice as fast as before.
  1784.    mIRC will automatically detect and convert old format
  1785.    definitions on startup (and when /add is used).
  1786.  
  1787. 28.mIRC now maintains an internal list of nick!user@address
  1788.    for all users that are on the same *channels* as you. Whenever
  1789.    a /guser, /ruser, or /ban is issued, the internal list is
  1790.    searched first to find the nick's address. If no match is
  1791.    found, the normal /whois stuff is done.
  1792. 29.Now opens log files in shared mode.
  1793. 30.The nickname in the DCC Send dialog now defaults to
  1794.    the last nick to which a file was sent.
  1795. 31.Added $snicks which returns a list of the selected
  1796.    nicks in the current channel listbox. The list is
  1797.    in the form: nick1,...,nickN, so you can only use it
  1798.    in commands which take multiple nicks.
  1799. 32.Greatly improved/simplified address matching routine.
  1800. 33.Can now do /ignore <nick> [type] which looks
  1801.    up the specified nick's address by doing a /whois,
  1802.    same as the /auser, /ban, etc. commands.
  1803. 34.DCC Get dialog now allows you to specify a different
  1804.    directory for the incoming file.
  1805. 35.In the setup dialog, a server is highlighted after
  1806.    it is added to the server list.
  1807. 36.The nickname in the DCC Chat dialog now defaults to
  1808.    the last nick that was chatted to.
  1809. 37.Aliases can now be called from popup, remote, timer,
  1810.    play, and any other definitions. You can now also call
  1811.    several aliases on one line seperated by a | like normal
  1812.    commands. eg. 1:HELP:/help1 $nick | /help2 $nick
  1813.    (Aliases still can't call other aliases).
  1814. 38.Can now have up to 30 timers, also improved memory
  1815.    allocation for timers.
  1816. 39.Fixed bugs with the /add function.
  1817. 40.Fixed Clipboard missing last character bug (?)
  1818. 41.Default directories for the file/dir dialogs
  1819.    weren't being set correctly.
  1820. 42.The /notify command was checking twice instead
  1821.    of only once for nicks.
  1822. 43.The /timer command now also remembers the parameter
  1823.    line that was around when the /timer was issued.
  1824. 44.The 32bit mIRC should now handle LFNs okay.
  1825. 45.Can now do level comparison for ON KICK, ON OP,
  1826.    and ON DEOP, prefix a line with <,>,<=,>=,<>,=
  1827.    compares levels of eg. kicker and kicked and only
  1828.    executes definition if true.
  1829. 46.Attempted improvement and cleaning up of server
  1830.    oriented commands and their replies.
  1831. 47."signon time" in a /whois on the undernet and dalnet
  1832.    is now shown correctly.
  1833. 48.Can now specify a server on the command line
  1834.    eg. -sirc.server.addr:6667
  1835.    and mirc will connect to that server on startup.
  1836.    (You can combine this with the -j parameter to
  1837.    force it to join specific channels too).
  1838.  
  1839. 13/09/95 - released mIRC v3.64 patch
  1840.  
  1841. 1.Fixes the *1-3 type bug.
  1842.  
  1843. 11/09/95 - mIRC v3.64
  1844.  
  1845. Fixes/Additions:
  1846. 1.Fixed Local Host and IP address bug, added options
  1847.   in the setup dialog. Now works for any combination
  1848.   of requirements for people with different types of
  1849.   internet connections (see Setup in mirc.hlp!)
  1850. 2.$read command improved so you can specify
  1851.   a line number with [-l#]. For example:
  1852.   /silly /say $read -l5 silly.txt
  1853.   This will read line 5 of silly.txt.
  1854. 3.Now using "Common Dialogs" for file/directory selection,
  1855.   as well as for the DCC Send dialog (Long filenames
  1856.   are NOT yet supported).
  1857. 4.Optimized Remote routines - should be faster now.
  1858. 5.Can now use $read in remote definitions. For example:
  1859.   1:TEST:/notice *1:$nick I said " $+ $read c:\langs\mirc\test.txt $+ "
  1860. 6.Can now store up to 50 IRC server addresses in Setup dialog.
  1861.   Storage format in mirc.ini has changed, but will still read
  1862.   the old format.
  1863. 7.Finger button now pops up a red flag while finger is busy.
  1864.   The flag disappears when finger has been completed.
  1865. 8.Bug with Maximized mIRC window fixed.
  1866. 9.Finger and Timer dialogs now popup under their
  1867.   respective buttons.
  1868. 10.Added "Channels Folder" button which allows you to join
  1869.    a channel as well as maintain a list of your favourite channels.
  1870. 11.Added "List Channels" button which pops up the List
  1871.    parameters dialog, allowing you to quickly list channels.
  1872. 12.Fixed NT GPF bug when using toolbar.
  1873. 13.Added -j<#channel> command line option. For example:
  1874.    mirc.exe -j#mirc,#friendly,#etc
  1875.    The specified channels will be joined on connect. You
  1876.    MUST have an mirc.ini with the "Connect on startup" option
  1877.    selected.
  1878. 14.Fixed another bug with using * to begin a non-parameter
  1879.    identifier. eg. *mardam.demon* in aliases/etc.
  1880.  
  1881. 15.The /auser /guser and /ruser commands can now handle multiple
  1882.    levels. They have only been extended, so they are still
  1883.    compatible with your previous formats.
  1884.  
  1885.    /auser [-a] <level(s)> <nick | address>
  1886.    /guser [-a] <level(s)> <nick> [type]
  1887.    /ruser [level(s)] <nick> [type]
  1888.  
  1889.    For /auser /guser, the default is to replace any existing
  1890.    user with the specified levels (as usual). The [-a] option
  1891.    means add the specified level(s) to an existing users levels.
  1892.  
  1893.    The /ruser command removes the specified levels from an
  1894.    existing user. If all levels are removed for a user, the
  1895.    user is removed.
  1896.  
  1897.    See the Remote section in the Help file!
  1898.  
  1899. 16.Can now do /mode # +oooo nick1 nick2 nick3 nick4
  1900. 17./play can now be used in a remote/event definition.
  1901.  
  1902. 18.Extended the /rlevel command to also work with multiple
  1903.    levels.
  1904.  
  1905.    /rlevel [-r] <level(s)>
  1906.  
  1907.    If the [-r] is NOT specified, it works as usual. If
  1908.    the [-r] IS specified, the specified level(s) are removed
  1909.    from users that have them. If a user's levels are ALL
  1910.    removed, the user is removed.
  1911.  
  1912. 19.Fixed bug with Green box being drawn around iconized
  1913.    window in response to wrong messages.
  1914. 20.Fixed several bugs in /play with using -r and -l.
  1915.    The format has changed slightly to:
  1916.  
  1917.    /play [-crl#] <filename> [delay]
  1918.  
  1919.    This now allows you to specify a delay for -r and -l,
  1920.    You must now specify the line number like this:
  1921.  
  1922.    /play -l24 file.txt 1000
  1923.  
  1924. 21.Text colours are now ok when using > 256 color setup.
  1925.  
  1926. 31/08/95 - mIRC v3.6
  1927.  
  1928. Fixes/Additions:
  1929. 1.Highlight Box around an Icon now turns green if a highlighted
  1930.   word is spoken in a window.
  1931. 2.Fixed Ping Pong bug which was preventing lines from being
  1932.   sent properly to the server.
  1933. 3.Fixed Editbox/Colors bug in Extras dialog.
  1934. 4.Inserting blank lines in Remote/events/aliases between
  1935.   commands would lead to loss of following definitions.
  1936. 5.Channel list window would clear if you disconnected and then
  1937.   connected again.
  1938. 6.Aliases, Remote Users, Commands, and Events definitions are now unlimited.
  1939.   ie. you can have as many as you want, however the limitation is the
  1940.   size of the editbox (around 30k?).
  1941. 7.Fixed font dialog bug when tabbing with cursor keys.
  1942. 8.Popups are still limited to 300 menuitems for each popup menu.
  1943. 9.Max. length of a line in aliases, remote, and popups is approx. 600 chars.
  1944.   Same applies to lines in the Options dialog.
  1945. 10.Now allows a non-op to change topic in channel dialog.
  1946. 11.Fixed :) bug.
  1947. 12.Fixed /auser /guser bug.
  1948. 13.Fixed /channel dialog title bug.
  1949. 14.Added a simple NON-configurable toolbar with tooltips.
  1950.    A Configurable toolbar would take a lot of work, so I probably
  1951.    won't get around to adding it (so don't ask! :)
  1952. 15.Fixed ctcp PING reply missing a Ctrl-A at the end (?)
  1953. 16.Specifying a /who *146.219* numerical address would mess up because
  1954.    the *1 is a parameter specifier. mIRC now checks to see if there is
  1955.    a . in the number, and if so it doesnt try to expand it.
  1956. 17./play command can now play single lines randomly picked from
  1957.    a file (a specific line can also be specified). The format is:
  1958.    /play [-crl] [channel/nick] <filename> [delay/linenumber]
  1959.    Using -r means pick a line randomly, using -l means pick
  1960.    a specific line specified by linenumber. The first line in the
  1961.    file MUST specify the number of lines in the file. Any *1 $1 etc.
  1962.    identifiers CANNOT be used in the played line.
  1963. 18.Added $read identifier which picks a line randomly from a file.
  1964.    eg. /say $read c:\funny.txt
  1965.        /kick # $1 $read c:\kicks.txt
  1966.    The first line in the file MUST specify the number of lines
  1967.    in the file. $read will insert ANY text, even commands with
  1968.    identifiers, and these will work like normal commands.
  1969. 19.Added Fast Send checkbox to DCC Send dialog.
  1970. 20.Fixed scrolling keys in Channel list and finger windows.
  1971. 21.Made Font list longer in font dialog.
  1972. 22.Added "auto-join on invite" option to options dialog. An
  1973.    auto-joined channel is initially minimized (this might not
  1974.    always work for various reasons...)
  1975. 23.Added Function key support F1 to F12. Define in the alias
  1976.    window like a normal alias for example:
  1977.    /F1 /say Hello!
  1978.    /F5 /query $1   (for use on nick listbox in channel window)
  1979. 24.Font width measurement for copy/paste wasn't correct for
  1980.    certain types of fonts.
  1981. 25.Fixed problem with minimized windows being sized wrongly.
  1982. 26.Fixed /channel bug. Now times out after 30 seconds, at
  1983.    which point another /channel can be issued. BUT if the old
  1984.    /channel command is replied to, your status window will fill
  1985.    up with ban list information for that channel. No way around
  1986.    this I'm afraid!
  1987.  
  1988. 13/08/95 - mIRC v3.51 (minor update)
  1989.  
  1990. Fixes/Additions:
  1991. 1.Fixed garbage character output bug.
  1992. 2.mIRC16 wasn't recognizing version reply from Win95.
  1993. 3.Making mIRC active with a click wasn't setting the focus
  1994.   to the active window correctly.
  1995. 4.Fixed security bug in the fileserver.
  1996. 7.Fixed $day bug.
  1997. 8.Removes unused bold/italic/etc. characters from lines.
  1998. 9.Fixed ON MODE bug with +/-k.
  1999. 10.Fixed GPF bug in on mode/servermode.
  2000. 11.Fixed Reset bug, wasn't resizing small windows properly.
  2001. 12.mIRC wasn't outputting to the status window if it was
  2002.    starting out maximized.
  2003. 13.The /auser, /guser, /ruser, /enable, and /disable commands
  2004.    now do NOT save changes immediately to the INI file when
  2005.    they are used. Remote information is now saved either on
  2006.    exiting mIRC, or if the remote dialog is opened/closed.
  2007. 14.Now uses the ctl3d dialogs as default. The -d is ignored,
  2008.    but you can now use -n to disable the 3d dialogs.
  2009. 15.Complete dialog interface improvements (for mook ;)
  2010. 16.Commands using $* were not processing commands following them.
  2011. 17.Fixed socket() initialization bug in various routines.
  2012. 18.Improved how mIRC uses/gets your local hostname and ip address.
  2013. 19.Fixed fileserver dirinfo.srv bug.
  2014.  
  2015. 07/08/95 - mIRC v3.5
  2016.  
  2017. Fixes/Additions:
  2018. 1.Using IP address of a server now works...!
  2019. 2.A ctcp ACCEPT/RESUME now doesn't look at the filename
  2020.   to make a match but only at the port number.
  2021. 3.Fixed perform option being executed after every MOTD.
  2022. 4.Notify on initial connect is now done just before Perform option.
  2023. 5.Fixed bug in displaying wrong Server Name in titlebar after
  2024.   changing server name in setup.
  2025. 6.Scrollback buffer wasn't freeing lines properly.
  2026. 7.Added $time, $day, and $date as parameter types.
  2027. 8.Prefixing a remote event with '*' means it should only
  2028.   be performed if you have Ops on the event channel.
  2029. 9.Optimized Text Copy routine - now faster/smoother.
  2030. 10.Fixed divide by zero GPF in /pop routine.
  2031. 11.Modified Op status checking routine.
  2032. 12.Added a font dialog.
  2033. 13.Width of user listbox in channel is now measured properly to
  2034.    take account of fixed/variable width fonts.
  2035. 14.Improved mode-change handling routine.
  2036. 15.ON ACTION now works for actions (same structure as ON TEXT).
  2037. 16.Using $* improperly would result in a GPF.
  2038. 17.The "Always get IP address on connect" wasn't working.
  2039. 18.A /me now cannot be sent without a message.
  2040. 19.Cleaned up several routines, removed potential GPFs & other problems.
  2041.    (most of which were detected while compiling the 32-bit version)
  2042. 20.Double-clicking on a servername in Setup dialog is same as
  2043.    selecting Connect.
  2044. 21.Now available in a 32-bit version (with optional air-conditioning).
  2045. 22.Added /wavplay <sound.wav> command.
  2046. 23.Two bugs in Getting IP address routines were fixed.
  2047. 24.Fixed unknown mode oo bug.
  2048. 25.The ON OP/SERVEROP/DEOP were noticing only the first opped nick.
  2049. 26.Address as returned by a /whois now has an @ sign.
  2050. 27.Added $cb parameter, which refers to the first 256 characters
  2051.    of current clipboard contents.
  2052. 28.The /flood command now inhibits only specific types of replies to
  2053.    the server eg. replies to Remote/events/ctcp (basically, replies
  2054.    triggered by other users).
  2055. 29.Made random delay auto-op an option in the options dialog.
  2056. 30.A user in the remote user list can now have multiple access levels:
  2057.    5,=10,=15,=17:*!*@mardam.demon.co.uk
  2058.    1) The first level in the list is treated normally and can be anything.
  2059.    2) The remaining levels are treated as = levels (even if you dont put the
  2060.       = infront of them).
  2061. 31.Finger window popup menu now shows the last 5 fingered addresses
  2062.    for quick selection.
  2063. 32.Now prevents Channel list window being closed while a listing is being made.
  2064. 33.The mode change checking routines have been improved.
  2065. 34.Cleaned up/Improved popup menu positioning routine.
  2066. 35.Added /rlevel <level> command which removes all users with the specified
  2067.    access level from the remote user list.
  2068. 36.Fixed problem with extra spaces being appended to sent lines.
  2069. 37./omsg and /onotice can now take an optional channel argument.
  2070.    eg. /omsg [#channel] <message>
  2071. 38.Windows opening in mIRC are now not given focus if mIRC is not the
  2072.    active application.
  2073. 39.Text in remote dialog is displayed more quickly now.
  2074. 40./ignore now also ignores all notices. This means you can't do ctcp on
  2075.    any person you ignore since a reply to a ctcp is a notice.
  2076. 41.Added $server, $ip, and $host as identifiers.
  2077. 42.Can now define groups of commands/events in the remote:
  2078.    #2 start
  2079.    1:ON JOIN:...
  2080.    1:ON TEXT:...
  2081.    #2 end
  2082.    You can use /enable #2 or /disable #2 to enable/disable group #2.
  2083.    A disabled group is ignored by the remote.
  2084.    You cannot have groups within groups.
  2085. 43.Now shows User mode in status window title.
  2086. 44.The READ command in the fileserver now does paging (default of 20 lines)
  2087.    and prompts user whether to continue listing or to stop. User can specify
  2088.    optional paging size with: read [-numberoflines] <file.txt>
  2089. 45.The READ fileserver command now also allows reading of any file.
  2090. 46.Control-Home/End now moves to top/bottom of window text buffer.
  2091.    Control-Page Up/Down moves up/down line-by-line.    
  2092. 47.Can now do /help <commandname> for most commands mirc knows.
  2093. 48.Each window now has a 20 line command history buffer, use Cursor Up/Down
  2094.    in single-line editbox, or Control-Up/Down in multi-line editbox.
  2095. 49.Protect-list bug fixed.
  2096. 50./ruser nick! now removes any address beginning with nick! in the
  2097.    user list.
  2098. 51.Can now handle multiple /ban and /guser commands one after the other.
  2099. 52.Can now also specify *N1-N2 or $parmN1-N2. For a horrible example, see:
  2100.    1:TEST:/notice $1 *1 *2-6 *9:$nick $parms $parm1 $parm1* $parm3-5 $parm4-9
  2101. 53:Optimized text display routines.
  2102. 54.Fixed the undernet /uwho X GPF.
  2103. 55.Fixed % problem with actions.
  2104. 56.Improved output of /finger <address> routine, now expands tabs and
  2105.    inserts empty lines in the correct places.
  2106. 57.Fixed GPF bug in handling of KILLs.
  2107. 58.Added a crude ON MODE/SERVERMODE to react to a *channel* mode change.
  2108.    1!:ON MODE:#mirc:-spmi+lktn 20 mykey:/notice *1:$nick Illegal mode change!
  2109.    When someone changes the channel mode, mIRC enforces the above
  2110.    channel mode instead, and sends the user a notice.
  2111. 59.Now removes redundant spaces from lines in the Options dialog.
  2112. 60.Fixed disappearing popups/commands/events problem.
  2113. 61.Improved /ruser command so that it can work like /ban and /guser.
  2114.    /ruser <nick> [type]   if you do NOT specify a type, then it works
  2115.    as usual and removes the specified nick from the user list. If you
  2116.    DO specify a type, it looks up the users address and removes that
  2117.    address from the user list.
  2118. 62.Now correctly initiates a DCC CHAT using 'chat' as opposed to
  2119.    the originators name.
  2120. 63.Improved Channel List Window Popup menu. Added a dialog which
  2121.    allows you to respecify the list parameters to relist the window
  2122.    without having to do a relist from the server.
  2123. 64.Fixed "Error sending data" at end of transfer with fast send turned on.
  2124.  
  2125. 29/06/95 - mIRC v3.42 (minor update)
  2126.  
  2127. Fixes/Additions:
  2128. 1.Fixed Beeping saving/loading beep settings using only nickname
  2129.   and not the whole line in 'DCC Chat with krejt'.
  2130. 2.The Local Host name can now be changed while online.
  2131. 3.The /ban command did not allow processing of following commands.
  2132. 4.Fixed 'Enter' bug in single-line editbox (?).
  2133. 5.If "Show quits in channel" wasn't checked, user would not be
  2134.   removed from channel namelist when user quits.
  2135. 6.Unbanning in the /channel dialog now unbans 3 users at a time
  2136.   in one mode command instead of one user at a time.
  2137. 7.Added Options->Auto-Op random pausing (up to 7 seconds).
  2138. 8.Minimized get icon now shows nickname.
  2139. 9.Fixed server ports being reset to 6667.
  2140. 10.Fixed the /msg =nickname GPF bug.
  2141. 11.Added * to beginning of username in /ban addresses.
  2142. 12.Changed /finger method slightly.
  2143. 13.Added /pop <delay> [#channel] <nickname> command which performs
  2144.    a paused op on the specified user within a random number of seconds.
  2145. 14.A DCC Chat window is only given focus on connection if it is
  2146.    the active window, otherwise it just beeps once.
  2147. 15.Can now do /help <topic>.
  2148. 16.Fileserver was ignoring <max gets> parameter and limited users to
  2149.    get only one file at a time.
  2150. 17.Optimized routine for handling mode changes.
  2151. 18.Fixed ON NOTICE bug.
  2152. 19.Fixed /uwho (is operator) bug and /uwho ctcp bug.
  2153. 20.Fileserver: if file has no extension then '.' is automatically
  2154.    added to user get request filename.
  2155. 21.Improved voiced/opped display of nicks but still when a user is
  2156.    deopped and has a voice, things mess up.
  2157. 22.Now automatically shortens your nicknames to the maximum length
  2158.    allowed by the server you connect to.
  2159. 23.Fixed bug with /ban after using the /auser command.
  2160. 24.Rewrite of INI reading routines in the hope of fixing GPF's
  2161.    and other weird problems that are being caused by this.
  2162. 25.Changed timing of Misc->Options->perform commands, now sends
  2163.    commands right after end of MOTD.
  2164.  
  2165. 21/06/95 - mIRC v3.3, v3.4
  2166.  
  2167. Fixes/Additions:
  2168. 1.Fixed line splitting in single line editbox.
  2169. 2./describe now displays as a normal action if you are on
  2170.   the channel that you are sending to.
  2171. 3.Can now do 1!:ON TEXT:etc... which means this command should not
  2172.   react to any events caused by me.
  2173. 4.Added alternative join/part/quit format option.
  2174. 5.Fixed :! GPF.
  2175. 6.Fixed $opnick problem.
  2176. 7.Directories are now sorted in DCC Send dialog.
  2177. 8.Can now specify directory for mirc.ini file on command line.
  2178. 9.Notify routine now checks for a blank line!
  2179. 10.Server name is now shown in status window title bar.
  2180. 11.Fixed $parms not being passed on with a :> directive.
  2181. 12.Added /add [-apuce] filename.ini and /save filename.ini
  2182.    which load in alias, popups, and remote user, command, and event sections from
  2183.    the specified ini file. The /save saves all of these five sections to the
  2184.    specified ini file.
  2185. 13.Added $me as an alias parameter which refers to your nickname.
  2186. 14.Added option to append text to application title bar.
  2187. 15.Can use ; or REM to comment out lines in the remote/event sections.
  2188. 16.Now connects even if unable to get your local host name but was still able to
  2189.    get your ip address (should have done this a long time ago!).
  2190. 17.Added a /raw command which sends any parameters you supply directly to the server.
  2191.    You MUST know the correct RAW format to use this command.
  2192. 18.Added /omsg and /onotice commands which send a message to all channel operators
  2193.    on the current channel. eg. /omsg Hello there!  These are limited to users with Op status.
  2194. 19.Can now specify max. number of lines in scrollback buffer.
  2195. 20.Fixed bug in the /auto, /notify, /ignore, and /protect storage routines.
  2196. 21.Can now minimize a window quickly by pressing the ESCape key (option).
  2197. 22.Added /timer1 to /timer9 commands in the format:
  2198.    /timerN <repetitions> <delay in seconds> <commands to be performed>
  2199.    eg. /timer1 30 /ame is AWAY!
  2200. 23.Status window can now remember minimized/maximized position.
  2201. 24.DCC Chat window is now not minimized if it is initiated by you.
  2202. 25.Added crude /flood control, format: /flood <numberoflines> <seconds> <pausetime>.
  2203.    Prevents mIRC from sending any lines to the server if it has sent too
  2204.    many lines in a specified number of seconds. These lines are NOT stored,
  2205.    they are lost.
  2206. 26.Fixed problem with $ followed by letters not being displayed. eg. $SHELL
  2207.    ($ followed by a number is always assumed to be a parameter).
  2208. 27.Added: +2:ON JOIN:etc... the + limits this command to only level 2 users.
  2209. 28.Added Select File/Directory dialog to Add, Extras, and DCC Options dialogs.
  2210. 29.Fixed weird DCC-related bug in input routine...?
  2211. 30.Added ON SERVEROP event eg. 1:ON SERVEROP:#:/msg *1:$me $opnick was opped by $nick
  2212.    where $nick refers to the server that did the opping.
  2213. 31.Added /closemsg <nickname> command to close message windows with a certain nickname.
  2214. 32.Fixed USER not enough parameters problems.
  2215. 33.Each window now stores it's own previous line (using /).
  2216.    Using / brings back last line typed in current window.
  2217.    and /! brings back last line typed in any window.
  2218. 34.Finger server now uses different method to do a finger which might solve
  2219.    problems some people were having.
  2220. 35.Can now use either the IP address or the Hostname of an IRC server.
  2221. 36.DCC Send icon now shows nickname.
  2222. 37.Added option "Reconnect on disconnection".
  2223. 38./help now brings up mirc.hlp file irc commands section.
  2224. 39.Now removes strange characters from users name when logging.
  2225. 40.Can now use $parm1* just like the $1* parameter.
  2226. 41.Fixed /uwho "is operator" bug.
  2227. 42.Windows can be resized to a smaller size.
  2228. 43.Fixed DO problem.
  2229. 44.Quit in a channel now just shows nickname and quit message.
  2230. 45./join #this_is_a_test_of_brigs_bug has been fixed.
  2231.    But there's still a limit of how long a channel name can be!
  2232. 46.Fixed buildup of %'s when recalling previous line.
  2233. 47.Added -c switch to /play command to allow playing of commands.
  2234. 48.If resizing window and you're at the bottom of the buffer
  2235.    it stays at the bottom after the resizing.
  2236. 49.Fixed problem with silent disconnections (i think).
  2237. 50.Quit now uses a default message of (Leaving).
  2238. 51.Fixed occasional window text not being updated?
  2239. 52.Added Beeping option to Chat/Channel/Query window system menus which
  2240.    overrides Options "Beep on Message" setting. Each window remembers
  2241.    it's beeping setting.
  2242. 53.Added ON NOTIFY event. eg. 1:ON NOTIFY:/msg *1:$me $nick is on IRC!
  2243. 54.Added /log on/off command for logging windows to file.
  2244. 55.Added $+ parameter which means append the next parameter without
  2245.    inserting a space before it.
  2246. 57.Fixed /stats problem.
  2247. 58.Fixed 1:*:! problem.
  2248. 59.Added /fserve <nickname> <maxgets> <homedirectory> <welcome.txt> for fileserver.
  2249. 60.Fileserver improvements:
  2250.    1) now sends 30 second timeout warning to idle user.
  2251.    2) Directories are now listed horizontally in wide listing.
  2252.    3) If user does ls -4 and then does ls the -4 is remembered.
  2253.    4) Can do ls -[k|b] for listing in K's or bytes.
  2254.    5) Greatly improved fserve routines.
  2255.    6) Prevents a user having more than one fileserver session open.
  2256.    7) Directories/files are now sorted.
  2257. 61.Greatly improved dynamic memory allocation.
  2258. 62.Made change to the ON TEXT event. The search text should now be
  2259.    specified in the following manner: eg. 1:ON TEXT:text:#mirc:/msg *1:etc...
  2260.    where text is:
  2261.    =text   - if user said only this word
  2262.    text*   - if user started line with this word
  2263.    *text   - if user ended line with this word
  2264.    *text* or text  - if user said this word anywhere
  2265. 63.Added 5:ON OP:= which means that any level 5 or higher users will not get a
  2266.    reaction from a lower level ON OP when they are opped. Works with other
  2267.    events and remote definitions as well.
  2268. 64.Cleaned up/optimized/rewrote many many routines.
  2269. 65.Fixed GPF when window is closed while popupmenu is up.
  2270. 66.Fixed "Unable to send query to server" problem(?)
  2271. 67.Fixed /auser /ruser being lost if Cancel pressed in remote dialog.
  2272. 68.Can now select a maximum of 9 files to send in dcc send dialog.
  2273.    Also added a minimize option to minimize all dcc send windows.
  2274. 69.Fixed bugs in INI reading routines.
  2275. 70.Added /guser <level> <nick> [type] command which does the same thing
  2276.    as /auser but does a /whois on the specified nickname first and then
  2277.    adds their address to the remote user list.
  2278. 71.Remote DCC Send window closes if other user closes connection.
  2279. 72.If a DCC Get window is waiting for a resume acknowledgement and
  2280.    times out then the window is closed.
  2281. 73.Speeded up text update in windows significantly.
  2282. 74.Added /exit command which forces mIRC to closedown.
  2283. 75.Now removes directory prefix from a DCC Get file.
  2284. 76.Major DCC Send improvements.
  2285. 77.Added /fsend [on|off] an experimental fast dcc send option.
  2286. 78.Added /ulist which lists users in the remote list with specific access levels.
  2287. 79.Fixed /oper command.
  2288. 80.Changed /ban types (1 to 4). Also /ban with no type bans the
  2289.    whole address with no wildcards. Banning an IP address now adds
  2290.    a wildcard to the last ip number.
  2291. 81.Added/Fixed other things I forgot to write down...
  2292.  
  2293. 2/05/95 - mIRC v3.2
  2294.  
  2295. Fixes/Additions:
  2296. 1. GPF on join to undernet fixed.
  2297. 2. GPF on joining channel with too long a topic fixed.
  2298. 3. Added title specification to parameter box, eg.: /j /join $?="Enter channel name:"
  2299. 4. Can now use Page Up/Down keys to scroll through buffer.
  2300. 5. Fixed spaced out /who result.
  2301. 6. Now cannot prevent the standard ctcp version reply being given.
  2302. 7. Can now build as many levels of popup menus as required.
  2303. 8. Added Query/Chat popup menu.
  2304. 9. Added extra double-click options.
  2305. 10.Added auto-close send window option.
  2306. 11.A remote send window now closes if other party crashes/cancels get.
  2307. 12.Idle time wasnt working in single-line edit box.
  2308. 13.Sockets weren't being closed properly.
  2309. 14.Fixed problem with directory and slash.
  2310. 15.added /channel command for channel central (only works in a channel).
  2311. 16.Added ability to view/change topic in Channel Central.
  2312. 17.Editboxes thinned down for Win95.
  2313. 18.Changed dialog borders to reflect standard practise.
  2314. 19.Added ... to menu items to reflect standard practise.
  2315. 20.GPF on nick collision fixed??
  2316. 21.Timer now updates in the timer window when online.
  2317. 22.Can now do both  /ban nickname  or   /ban #channel nickname
  2318. 23.Complete rewrite of editbox routine. Can now paste properly.
  2319. 24.Added "You are Op/Not Op" to channel central window.
  2320. 25.Fixed problem in win95 with title disappearing when window is minimized.
  2321. 26.Fixed remote :*: responding to an action command. (oops :)
  2322. 27./server with no parameters connects to the last specified server.
  2323. 28.Fixed problem with | alias seperator placed after a *1 *2 etc.
  2324. 29.Fixed problem with DO remote command.
  2325. 30.Remote can now handle commas etc. stuck to identifiers eg.
  2326.    1:WHOAMI:/notice *1:$nick You are $nick, your address is $address.
  2327. 31.Added #$ parameter type. Prefixes the parameter with a #.
  2328.    cannot be used in a multi-command. eg #$* but can do #?1="Say what?"
  2329. 32.Added $! parameter type. Refers to the last line you entered in
  2330.    the entry parameter window.
  2331. 33.Added /amsg and /ame which do an All channel message and All channel action.
  2332. 34.Last used server in the Setup window is moved to top of list.
  2333. 35.If mirc.ini is not found in windows dir but found in current dir then it is
  2334.    automatically copied to windows dir without asking user.
  2335. 36.Added "Fast Ack" in DCC Opts window for non-compliant winsocks.
  2336. 37.Dialogs are now positioned a little higher in Win95 above menu bar at bottom of screen.
  2337. 38.Now allows leading spaces in text to channel/query/chat windows.
  2338. 39.Fixed problem with cursor not showing in editbox??
  2339. 40.Iconized Win95 windows do not flash anymore but are drawn highlighted with
  2340.    a red rectangle.
  2341. 41.Addresses must now be standard form eg. *!*khaled@mardam.demon.co.uk
  2342. 42.Can now do /dcc send <nickname> <file1> <file2> <file3> ... <fileN>
  2343. 43.Added /beep <number> <delay> command.
  2344. 44.Fixed GPF bug with malformed DCC Send requests.
  2345. 45.Added simple Event handler to remote section.
  2346. 46.Other bits I can't remember...
  2347.  
  2348. 23/04/95 - mIRC v3.1
  2349.  
  2350. Fixes/Additions:
  2351. 1. Added /ctcp $* performs command on all parameters.
  2352. 2. Remembers if main window was iconized.
  2353. 3. Added "finger" popup for finger window.
  2354. 4. Fixed mistake in graphics routine. Update is now faster.
  2355. 5. Windows open up in a more "windows" like fashion now.
  2356. 6. User listbox now lists all people on large channels.
  2357. 7. Using main menus under certain setups wasn't working properly.
  2358. 8. Cancel away on keypress now ONLY cancels if you say
  2359.    something in a channel or a query.
  2360. 9. Fixed finger client so can finger VMS hosts etc.
  2361. 10.Added new user warning about mirc.ini file.
  2362. 11.Can now do aliases such as: /laugh /me laughs at $1's joke
  2363. 12.Added timeout to chat/get confirm dialog.
  2364. 13.DCC sessions now show only a nickname.
  2365. 14.USER login to IRC was working but not correct.
  2366. 16.Improved Editbox: Can now enter multiple lines with a paste
  2367.    and they will be sent correctly.
  2368. 17.Fixed Auto-Op wild-card routine.
  2369. 18.Fixed beeping when windows are maximized & windows don't scroll.
  2370. 19.Fixed small bug in /join command, now allows key.
  2371. 20.Notify now tells you if no one in your list is on IRC.
  2372. 21.Added User info window as the command /uwho <nickname>.
  2373. 22.Internal reorganization and cleaning up.
  2374. 23.PASS password to server was incorrect.
  2375. 24.Added /msg =nickname for dcc chat.
  2376. 25.Added /play command.
  2377. 26.Added /describe command.
  2378. 27.Major improvement of screen update, speed has more than doubled.
  2379. 28.Added option to use windows colours.
  2380. 29.DCC Send by remote is automatically minimized.
  2381. 30.Now tries three different ways to get local host and ip address.
  2382. 31.Red rectangle is drawn around icons of windows with pending messages.
  2383.    For Windows 95 the iconized window flashes instead.
  2384. 32.Now changed so that can have only ONE chat session with the same user.
  2385. 33.If user replies to a /dcc chat request by initiating another dcc
  2386.    chat then mIRC treats this as an acceptance of it's own request.
  2387. 34.You can now ignore addresses as well as nicks.
  2388. 35.Remote DCC's close windows automatically on finish.
  2389. 36.Added DCC timeout options.
  2390. 37.Added #string parameter to /list command.
  2391. 38.Fixed problem with moderated channels and +nicknames.
  2392.  
  2393. 26/03/95 - mIRC v2.8c etc...
  2394.  
  2395. Fixes/Additions:
  2396. 1. Added wild cards for auto-op.
  2397. 2. If a user changes nicks while in a query to you and they are on
  2398.    the same channel as you, mIRC uses the nickname change notification
  2399.    to update the query window name so you can keep talking to the person.
  2400. 3. When a query is received and it is iconized, the icon is placed
  2401.    above all other windows so you can see it.
  2402. 4. Scroll bars have been made a standard size and moved a little bit to
  2403.    make them look neater.
  2404. 5. ban command now has 4 levels of ban. eg. /ban <nickname> <number>
  2405.    where <number> is a value 0 to 3.
  2406. 6. The /server command can now take Port and Password parameters.
  2407.    for example, /server irc.server.co.uk 6667 password
  2408. 7. Added "Use Dedicated Message Window" option. private messages go
  2409.    only to this window.
  2410. 8. "Notices" work more intelligently now and will appear in a channel
  2411.    window if sent by someone on that channel. Otherwise they are sent
  2412.    to the status window as usual.
  2413. 9. mIRC now listens for identd requests and replies using the
  2414.    userid part of your email address as a UNIX system.
  2415. 10.Font and Window position can now be saved for the Message Window
  2416.    and logging/saving to proper filename now.
  2417. 11.Was GPFing on a nick collision. Oops :)
  2418. 12.Added channel modes to ban list routine. Much more useful now!
  2419. 13.Added context-sensitive F1 help key.
  2420. 14.Added new alias parameter type.
  2421.    $$ = parameter MUST be filled. If it is not filled, command is not executed.
  2422.    Before, /whois $1 was executed even if no parameter was given.
  2423.    Now, /whois $$1 will only be executed if you supply a parameter.
  2424. 15.Can now also do  $$?1  or $?1  which means, try to fill this
  2425.    value with parameter one if it exists. If parameter one doesnt exist,
  2426.    ask for it.
  2427. 16.Fixed problem with copy/paste routine. MUCH faster now.
  2428. 17.Fixed font problem with text not showing in Editbox when in windows
  2429.    screen with large font setting.
  2430. 18.Added DCC Resume capability. non-standard.
  2431. 19.Allows multiple select in ban list.
  2432. 20.Fixed dialog positioning when in different screen modes.
  2433. 21.Added option to prefix own messages with own nick.
  2434. 22.Would crash if popup menu definition was incomplete. fixed.
  2435. 23.Double-click in a query window does a /whois.
  2436. 24.Added small popup menu to channel list window.
  2437.  
  2438. 21/03/95 - mIRC v2.8b (not released)
  2439.  
  2440. Fixes/Additions:
  2441. 1. the % character can now be used.
  2442. 2. help file had a few mistakes in it.
  2443. 3. a /msg results in outgoing message being shown
  2444.    in the correct window.
  2445. 4. added option "Beep on message while in buffer".
  2446. 5. /hug /me *hugs* $1 now works.
  2447. 6. allow /query etc commands in dcc chat window.
  2448. 7. problems handling /msg and other commands.
  2449. 8. dissallow changing nickname and alternate in setup when online.
  2450. 9. log files werent being closed properly.
  2451. 11.enlarged Popup menus window.
  2452. 12.refined appearance of /msg /notice/ etc. commands.
  2453. 13.aliases had a bug or three.
  2454. 14.added [x] minimize to auto-accept chat request.
  2455. 15.ctcp ping seconds working properly now.
  2456. 16.query window sometimes opened up VERY small due to saving
  2457.    window size while it was iconized.
  2458. 17.Changed query/chat windows so that only one default font
  2459.    is saved.
  2460. 18.Changed "beeping" method to minimize number of beeps.
  2461. 19.File logging was messed up.
  2462. 20.Speeded up display of popupmenu definitions in popup dialog.
  2463. 21.text wrapping wasn't taking notice of mid variable.
  2464. 22.changed minimum window size depending on whether it
  2465.    is a channel or not.
  2466. 23.now remembers default size for channel windows.
  2467. 24.fixed problem with previous-line routine.
  2468. 25.added /dcc packetsize command. All memory for DCC Send/Get
  2469.    sessions now allocated dynamically.
  2470. 26.when a window is maximized, widths weren't set properly for
  2471.    any other windows beneath it.
  2472.  
  2473. 18/03/95 - mIRC v2.7a
  2474.  
  2475. Fixes/Additions:
  2476. 1. Changed dblclk ban list routine again.
  2477. 2. Variable assignment was wrong in open window routine.
  2478.    Caused windows to behave strangely and crash.
  2479. 3. Changed query & msg commands. /msg does not open a
  2480.    window, /query does.
  2481. 4. Added beeping on query & notice options.
  2482. 5. The INI filename specified on the command line was not
  2483.    working for some mIRC functions.
  2484. 6. DCC sessions were not being closed properly, ie. files
  2485.    in some cases would be left open.
  2486. 7. Cosmetic changes - moved some options to extras dialog
  2487.    and other stuff.
  2488. 8. Invite command wasn't working properly.
  2489. 9. Corrected mistakes in the mirc.ini file.
  2490. 10.Query window size wasn't being saved.
  2491. 11.mIRC wasn't closing all DCC connections on quit.
  2492. 12.Now prevents duplicate server entries in setup dialog.
  2493. 13.Some windows are now more intuitively centered on opening.
  2494. 14.Now shows number of channels as they are being listed.
  2495. 15.Some windows were opening only in the top left corner.
  2496.    Window positioning is hopefully better now.
  2497. 16.QUIT and AWAY commands weren't setting message properly.
  2498. 17.Added /LEAVE (like /PART. command for compatibility.
  2499. 18.Again changed optimization switches in compiler. Previous
  2500.    settings caused more problems than I thought...
  2501. 19.Can now open mutiple DCC Chat sessions with the same person.
  2502. 20.Option to show Quits in channel window.
  2503. 21.now shows /msgs that you send.
  2504. 22.when doing a "reset position" window is placed neatly inside
  2505.    main window even if saved position was outside it.
  2506. 23.Changed /protect etc. to work using on and off.
  2507. 34.Added option to highlight own messages.
  2508. 25.Aliases with a * in them weren't working properly.
  2509. 26.About dialog now disappears on keypress.
  2510. 27.Can now continue DCC chats if disconnected from IRC.
  2511. 28.After disconnection, on reconnect to IRC, only channel windows
  2512.    are closed. All other windows remain open.
  2513. 29./SERVER command now works. (can use in popup menus!)
  2514. 30.Bugs in file handling routines.
  2515. 31.Bug in Channels list routine.
  2516. 32.Iconify query window option.
  2517. 33.beeps if message in channel and you are not at bottom of buffer.
  2518. 34.Added whois option on a query.
  2519. 35.If talking in query window and person logs off IRC,
  2520.    informs you nick is invalid *in* query window.
  2521. 36.when not at bottom of buffer and a channel message
  2522.    is printed, highlighting for copy/paste now stays on.
  2523. 37.Enlarged alias window.
  2524. 38.Alias window now shows number of aliases entered.
  2525.  
  2526. Possible Bugs/Annoyances:
  2527. 1. Text in window sometimes goes blank or isn't updated properly.
  2528. 2. Text sometimes prints over the scrollbar slightly.
  2529. 3. Multiple DCC sends/gets might not work properly.
  2530.  
  2531. 13/03/95 - mIRC v2.6b (a dud version - was unstable)
  2532.  
  2533. Fixes/Additions:
  2534. 1. Finger routine wasn't being cancelled properly.
  2535. 2. Now allows user to enter their own IP address.
  2536. 3. Certain windows would beep on closing (definitely fixed now!)
  2537. 4. Routine for printing text in window majorly optimized and cleaned up.
  2538. 5. Listbox popup menu would popup even if a user wasn't selected.
  2539. 6. Cleaned up the retrieve ban list routine.
  2540. 7. Winsock startup routine wasn't being initialized properly.
  2541. 8. Copy/Paste routine has changed. No longer need to press the shift key.
  2542. 9. QUIT wasn't appending quit message.
  2543. 10.Child windows were being positioned outside main window.
  2544. 11.Spotted and fixed oh so sneaky bug in word wrap routine.
  2545. 12.DCC Send/Get Directories default to same directory as mirc.exe.
  2546. 13.Can now specify directory for logs and buffer saves.
  2547. 14.Mode change with multiple settings wasn't working.
  2548. 15.Can now specify on the command line the name of the .ini file to
  2549.    use. Default name is "mirc.ini". This means you can have different
  2550.    .ini files for different nets.
  2551. 16.Added /! command, recalls previous command.
  2552. 17.Cleaned up the help file, made IRC commands section readable.
  2553. 18.Now compiling with different optimization switches. This
  2554.    automatically fixed around 5 "bugs" !!!
  2555.  
  2556. 08/03/95 - mIRC v2.5a
  2557.  
  2558. Fixes/Additions:
  2559. 1. added "always retrieve local host" option for people who have
  2560.    dynamic IP addresses!
  2561. 2. channel mode in title is permanently on. not an option anymore.
  2562. 3. Added ctcp USERINFO command for compatibility. However, it returns
  2563.    the same information as a ctcp finger command.
  2564. 4. moved some options to different windows were they made more sense.
  2565. 5. added /finger and /auto commands.
  2566. 6. fixed problem with releasing memory... popup menus weren't
  2567.    being freed properly so mIRC would lose as much memory as
  2568.    the size of the popup menus defined by the user. With the
  2569.    mirc.ini that comes with the program, this turned out to be
  2570.    3k+ of system resources everytime the program is run.
  2571. 7. the MODE for channel mode changes gets messy when lots of
  2572.    mode changes occur. cleaned it up.
  2573. 8. Window names in Window menu would not switch to the correct
  2574.    window when selected.
  2575. 9. Text buffers for windows were not being freed properly.
  2576. 10.Can now set the default font for the status/finger/list windows
  2577.    from their system menu. Only the DCC Send/Get windows have to
  2578.    be set from the font dialog window.
  2579. 11.added auto-log option for channels and query/dcc chat.
  2580. 12.Commands such as /finger and /run can now be used off-line.
  2581. 13.Corrected some mistakes in the mirc.ini file.
  2582.  
  2583. 05/03/95 - mIRC v2.4a
  2584.  
  2585. Fixes/Additions:
  2586. 1. major update of window handling - made more robust.
  2587. 2. notify would keep notifying even if it was still waiting
  2588.    for previous notify to be returned by server.
  2589. 3. popup menu positioning was incorrect in some situations.
  2590.  
  2591. 02/03/95 - mIRC v2.3a
  2592.  
  2593. Fixes/Additions:
  2594. 1. dcc get received file okay but closed connection too early.
  2595. 2. dcc send/get/chat were re-initiating arrays too early,
  2596.    didn't cause problems but made the program beep everytime you
  2597.    closed a window because the array was empty.
  2598. 3. some debug information was being printed! Arrrrgh! forgot to
  2599.    turn off the debug switch in the first release.
  2600. 4. updated help file with description of previously coded but
  2601.    forgotten items.
  2602. 5. In dcc get, if sender client did not specify size of file
  2603.    (which it should!. then mIRC said the size was zero bytes.
  2604.    Now it just says [unknown].
  2605. 6. highlighting now works properly.
  2606. 7. ".." previous directory wasnt showing up in dcc send dialog.
  2607. 8. the channel listbox wasnt adding/removing nicks properly.
  2608. 9. double-click for ban list. clicking twice only in the SAME
  2609.    place now brings ban list up.
  2610. 10.added option to display file size instead of percent complete
  2611.    in DCC send/get transfers.
  2612. 11.fixed timer display: wasnt displaying timer after nick change.
  2613. 12.adds "/nick " to editbox if both nicks collide on login.
  2614. 13.dcc send/get had problems with packet size. fixed.
  2615. 14.other cosmetic changes.
  2616.  
  2617. 28/02/95 - mIRC v2.1a
  2618.  
  2619. First public release.
  2620.  
  2621.